Änderung aller CSS nach nicht sichtbarem Hintergrund auf Deployed Siete sodnern nur loakl sichtbar

This commit is contained in:
ja
2021-08-30 14:45:28 +02:00
parent d1184c323a
commit 60debbad17
8 changed files with 59 additions and 40 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;
@@ -163,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;