Skip to content

Commit

Permalink
set webpage background to black
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffou authored and deufrai committed May 11, 2020
1 parent 24d4f19 commit b557263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
}

.bg {

background-color: black;
/* The image used */
background-image: url("web_image.jpg");

Expand Down Expand Up @@ -53,7 +55,7 @@
<div class="content">
<p>Image generated by ALS <a href="https://als-app.org/">https://als-app.org/</a></p>
</div>

</div>

</body>
</html>

0 comments on commit b557263

Please sign in to comment.