Troubleshooting background image
This commit is contained in:
+3
-1
@@ -813,10 +813,12 @@ Possible Solution:
|
||||
```
|
||||
<body
|
||||
style="
|
||||
background-image: url('images/Moon.jpg');
|
||||
background-image: url('images/Moon.png');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
"
|
||||
>
|
||||
```
|
||||
|
||||
This worked.. phew..
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
+1
-1
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body
|
||||
style="
|
||||
background-image: url('images/Moon.jpg');
|
||||
background-image: url('images/Moon.png');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
|
||||
Reference in New Issue
Block a user