Added default background image
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
|
||||
|
||||
<style>
|
||||
#background {
|
||||
.fullscreen-background {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
@ -17,9 +17,9 @@
|
||||
|
||||
<body>
|
||||
|
||||
<div id="background">
|
||||
<div class="fullscreen-background">
|
||||
<video src="/videos/background_sound.mp4" loop poster="images/world_network.jpg" autoplay id="background-video" loading="lazy"></video>
|
||||
<img src="/images/world_network.jpg" aria-hidden="true" id="background-poster"/>
|
||||
<img src="/images/world_network.muted.jpg" aria-hidden="true" id="background-poster"/>
|
||||
</div>
|
||||
|
||||
<header id="main-header">
|
||||
|
Reference in New Issue
Block a user