Ä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,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;