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