mirror of
https://github.com/theNetworkChuck/CCNA_200-301.git
synced 2025-12-06 04:12:00 +01:00
Create style.css
This commit is contained in:
parent
bfc687f8af
commit
4fe57a80ff
15
alexa_ospf/style.css
Normal file
15
alexa_ospf/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Reference in a new issue