Files
lax18.github.io/style.css
T
2018-05-21 18:13:19 -04:00

21 lines
951 B
CSS

@import url("https://fonts.googleapis.com/css?family=Russo+One");
@import url("https://fonts.googleapis.com/css?family=Monda");
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
#titles {font-family: 'Russo One', sans-serif;}
#subtitles {font-family: 'Monda', sans-serif;}
#nav {border-left-style: solid;border-bottom-style: solid;border-color: white;}
#contact-body {font-size: 15;}
.nav-bar {list-style-type: none;
margin: 0;
padding: 0;display: inline;}
.nav-bar-li {display: inline-block;;padding: 10px 20px 10px;margin: auto;}
a {text-decoration: none;color: white;font-weight: bold;}
li.nav-bar-li:hover{background-color: white;color: black;}
li.nav-bar-li:hover a{background-color: white;color: black;}
body {background-color: black;color: white;font-family: 'Ubuntu', sans-serif;}
table tr.separator { height: 30px; }
.active {color: green;}
.inactive {color: orange;}
.canceled {color: red;}
.depracated {color: yellow;}