Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- width:750px;
- margin:0 auto;
- margin-top:5px;
- font-family: 'EB Garamond', serif;
- }
- /* ----- TOP NAVIGATION ----- */
- #topnav {
- width:750px;
- background-color:#bcbcbc;
- height:30px;
- z-index: 1;
- position: relative;
- }
- #topnav ul{
- list-style: none;
- margin: 0;
- float: right;
- padding-right: 10px;
- font-size: larger;
- z-index: 500;
- position: relative;
- }
- #topnav li{
- display: inline;
- padding-right: 10px;
- text-transform: lowercase;
- }
- #topnav a{
- text-decoration: none;
- color: white;
- }
- /* ----- HEADER ----- */
- #header {
- width:750px;
- height:270px;
- }
- #logo {
- position: relative;
- width: 750px;
- height: 298px;
- z-index: 9999;
- top:-30px;
- }
- /* ----- MAIN NAVIGATION ----- */
- #main-nav {
- width:745px;
- background-color:#35BEF2;
- border: 3px solid gray;
- display: table;
- }
- #main-nav ul{
- list-style: none;
- margin: 0;
- display: table-row;
- }
- #main-nav li{
- display: inline-table;
- text-transform: lowercase;
- display: table-cell;
- text-align: center;
- word-wrap: break-word;
- padding: 10px;
- /* font-weight: bold; */
- }
- #main-nav a{
- text-decoration: none;
- color: white;
- }
- /* ----- MAIN CONTENT ----- */
- #content {
- width:750px;
- margin-top:10px;
- color: #666666;
- }
- #content ul{
- list-style-image:url(images/bulletpoint.png);
- }
- #content h1, h2{
- color: #35BEF2;
- }
- #content a{
- color: #0d96ca;
- }
- #content a:visited{
- color: #064a64;
- }
- /* ----- FOOTER ----- */
- #footer {
- width:750px;
- background-color:#bcbcbc;
- color: #757575;
- margin-top:10px;
- text-align: center;
- font-size: 15px;
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
- }
- #footer ul{
- list-style: none;
- color: white;
- text-transform: lowercase;
- margin: 0;
- padding: 0;
- font-weight: normal;
- }
- #footer li{
- display: inline;
- }
- #footer a{
- color: #0d96ca;
- }
- #footer a:hover{
- color: #35BEF2;
- }
- #footer a:visited{
- color: #064a64;
- }
Advertisement
Add Comment
Please, Sign In to add comment