mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-07-29 09:08:35 -04:00
fixed website borders
This commit is contained in:
parent
908f888904
commit
ae0fbee5c8
1 changed files with 23 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue