Skip to content

Instantly share code, notes, and snippets.

@ezesundayeze
Created July 14, 2020 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezesundayeze/4662b87641958cdea59aed8ec517dbbc to your computer and use it in GitHub Desktop.
Save ezesundayeze/4662b87641958cdea59aed8ec517dbbc to your computer and use it in GitHub Desktop.
.container{
background-color: pink;
}
.navigation> ul{
background-color: black;
color: white;
overflow: hidden;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.navigation> ul> li{
display: inline-block;
}
.content{
background-color: yellow;
width: 60%;
float: left;
}
.right{
background-color: orange; width: 40%;
float: right;
margin-bottom: 200px;
}
.clear{
clear: both;
}
.footer{
background-color: orangered;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
height: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment