Create style.css

This commit is contained in:
theNetworkChuck 2019-12-19 11:12:15 -06:00 committed by GitHub
parent bfc687f8af
commit 4fe57a80ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
alexa_ospf/style.css Normal file
View file

@ -0,0 +1,15 @@
body {
background: black;
color: white;
}
.button {
font: bold 25px "Trebuchet MS";
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}