Fehler behoben Hintergrund fehlt css masterseite

This commit is contained in:
ja
2021-08-30 15:19:09 +02:00
parent 60debbad17
commit fcf6f0be45
3 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-image: url("../../images/road.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@@ -163,7 +163,7 @@ ContentPlaceHolder1 {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-image: url("../../images/road.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;