Änderungen CSS

This commit is contained in:
ja
2021-08-30 10:55:45 +02:00
parent fd0a71ee93
commit d7d2619df2
12 changed files with 176 additions and 153 deletions

View File

@@ -1,13 +1,4 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}

#containerseiterand {
text-align: center;
}
@@ -19,24 +10,37 @@
#tableSearch {
width: 1300px;
}
.align-self-xl-start {
width: 100%;
}
#normaltable {
width: 1500px;
}
.carousel-inner {
width: 100%;
width: 1604px;
}
h1 {
color: #043381;
font-size: 32px;
}
#imgcar {
width: 800px;
width: 100%;
height: auto;
}
.carousel-inner {
width: 1604px;
height: 333px;
}
.carousel-item {
width: 1604px;
height: 333px;
}
.carousel-item active {
width: 1604px;
height: 333px;
}
.carousel slide {
width: 1604px;
height: 333px;
}
@media (max-width: 558.98px) {
@@ -61,22 +65,36 @@ h1 {
}
#imgcar {
width: 300px;
height: 125px;
width: 140%;
height: auto;
}
.carousel-inner {
width: 600px;
height: 125px;
width: 360px;
height: 72px;
}
.carousel-item {
width: 600px;
height: 125px;
width: 360px;
height: 72px;
}
carousel-caption d-none d-md-block {
width: 600px;
height: 125px;
.carousel-item active {
width: 360px;
height: 72px;
}
#imgcar.d-block w-100 {
width: 360px;
height: 72px;
}
}
.carousel slide {
width: 360px;
height: 72px;
}
.carousel-caption d-block d-md-block {
width: 320px;
height: 62px;
}
}