Ä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;*/
}

#tableSearch {
width: 1250px;
@@ -44,5 +35,5 @@ h1 {
#containerseiterand {
width: 352px;
}
}
}

View File

@@ -1,6 +1,4 @@

.btn btn-primary {
.btn btn-primary {
color: #043381;
background-color: #fff;
}

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;*/
}

.btn btn-primary {
color: #043381;

View File

@@ -1,7 +1,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-image: src(../../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@@ -66,6 +66,16 @@ ContentPlaceHolder1 {
}
@media (max-width: 575px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: none;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#fff;
}
table {
border-collapse: collapse;
width: /*575px;*/ 126.65198237885463vw;
@@ -153,7 +163,7 @@ ContentPlaceHolder1 {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-image: src(../../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;

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;
}
}