background fixed

This commit is contained in:
jms9354 2023-04-25 14:49:25 -04:00
parent fb8d840a47
commit e439b21429
3 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,11 @@
body { body {
background-color: white; background-color: #6495ED;
color: black; color: white;
font-family: arial, helvetica, sans-serif; font-family: arial, helvetica, sans-serif;
padding:200px; padding:15px;
line-height:2em; line-height:2em;
background-image: url('Images/TopSecret.jpg'); background-image: url('Images/Background3.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: red; color: #6495ED;
} }
/* Navbar */ /* Navbar */
@ -72,7 +72,7 @@ a:hover {
} }
div.button { div.button {
background-color: red; background-color: #6495ED;
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: red; color: #6495ED;
display: block; display: block;
} }

BIN
docs/Images/Background2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 KiB

BIN
docs/Images/Background3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB