new background test

This commit is contained in:
jms9354 2023-04-25 14:13:31 -04:00
parent 2e5545037b
commit fb8d840a47
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
body { body {
background-color: white; background-color: white;
color: #6495ED; color: black;
font-family: arial, helvetica, sans-serif; font-family: arial, helvetica, sans-serif;
padding:200px; padding:200px;
line-height:2em; line-height:2em;
background-image: url('Images/IlluminatiBackground.jpg'); background-image: url('Images/TopSecret.jpg');
border: 1px solid black border: 1px solid black
@ -55,7 +55,7 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
#citation-link > a:hover { #citation-link > a:hover {
color: #6495ED; color: red;
} }
/* Navbar */ /* Navbar */
@ -72,7 +72,7 @@ a:hover {
} }
div.button { div.button {
background-color: #6495ED; background-color: red;
border: double black; border: double black;
color: black; color: black;
padding: 15px 32px; padding: 15px 32px;
@ -259,7 +259,7 @@ img.dahlia {
text-decoration: underline; text-decoration: underline;
} }
#github-links > a:hover { #github-links > a:hover {
color: #6495ED; color: red;
display: block; display: block;
} }

BIN
docs/Images/TopSecret.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB