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