Troubleshooting background image
This commit is contained in:
+8
-9
@@ -8,15 +8,14 @@
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script defer src="site.js"></script>
|
||||
</head>
|
||||
<body style="background-image: url('images/Moon.jpg'); background-size: cover; background-repeat: no-repeat; background-attachment: fixed;">
|
||||
<body
|
||||
style="
|
||||
background-image: url('images/Moon.jpg');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
"
|
||||
>
|
||||
<body
|
||||
style="
|
||||
background-image: url('images/Moon.jpg');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
"
|
||||
>
|
||||
<header id="top" class="site-header">
|
||||
<nav class="navbar">
|
||||
<div class="nav-left">
|
||||
|
||||
Reference in New Issue
Block a user