mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2024-10-01 01:15:38 -04:00
fixed website borders
This commit is contained in:
parent
908f888904
commit
ae0fbee5c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user