fixed website borders

This commit is contained in:
jms9354 2023-04-24 17:31:03 -04:00
parent 908f888904
commit ae0fbee5c8

View file

@ -1,17 +1,36 @@
body { body {
background-color: cyan; background-color: white;
color: #6495ED; color: #6495ED;
font-family: arial, helvetica, sans-serif; font-family: arial, helvetica, sans-serif;
padding:15px; padding:200px;
line-height:2em; line-height:2em;
background-image: url('Images/IlluminatiBackground.jpg'); background-image: url('Images/IlluminatiBackground.jpg');
border: 1px solid black
} }
a { a {
color: #000000; color: white;
text-decoration: none; text-decoration: none;
text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
-webkit-text-stroke: 1px black;
} }
a:hover { a:hover {
color: #ffffff; color: #ffffff;
@ -81,7 +100,7 @@ div.button {
box-shadow: 0 9px #999; box-shadow: 0 9px #999;
} }
.button:hover {background-color: transparent} .button:hover {background-color: white}
.button:active { .button:active {
background-color: transparent; background-color: transparent;