Änderungen CSS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user