Skip to content

Instantly share code, notes, and snippets.

@dave-santiano
Created September 18, 2017 04:53
Show Gist options
  • Save dave-santiano/769194abeddb669d65eef2f227ce8ee1 to your computer and use it in GitHub Desktop.
Save dave-santiano/769194abeddb669d65eef2f227ce8ee1 to your computer and use it in GitHub Desktop.
/*Apply body-wide style choices here*/
body {
padding:0;
margin:0;
text-decoration-color: white;
font-family: helvetica;
}
h1 {
padding:20px 0px 0px 0px ;
margin:0;
}
a {
text-decoration: none;
font-weight: bold;
color: white;
}
a:hover {
color: black;
}
.header {
display: block;
text-align: center;
background-color: #ff4040;
color: white;
height: 100px;
margin:0px;
padding: 0px;
top: 0px;
}
.navigation {
display: inline-block;
background-color: #c0c0c0;
float: left;
width:20%;
height: 100vh;
padding-left: 20px;
padding-top: 20px;
font-size: 20px;
}
.content {
display: inline-block;
float: left;
text-align: left;
padding: 0px 0px 0px 20px;
height: 100vh;
width:70%;
}
.footer {
display: block;
background-color: #ffb2b2;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment