Troubleshooting background image
This commit is contained in:
+3
-1
@@ -813,10 +813,12 @@ Possible Solution:
|
|||||||
```
|
```
|
||||||
<body
|
<body
|
||||||
style="
|
style="
|
||||||
background-image: url('images/Moon.jpg');
|
background-image: url('images/Moon.png');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
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>
|
</head>
|
||||||
<body
|
<body
|
||||||
style="
|
style="
|
||||||
background-image: url('images/Moon.jpg');
|
background-image: url('images/Moon.png');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user