Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created October 19, 2017 15:18
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 christiannwamba/2bacc61189ed0b92d130f574d9862e65 to your computer and use it in GitHub Desktop.
Save christiannwamba/2bacc61189ed0b92d130f574d9862e65 to your computer and use it in GitHub Desktop.
body{
padding: 0px;
margin:0px;
}
.container-fluid{
margin: 0px;
padding-right: 0px !important;
padding-left:0px !important;
}
.header{
background-color: #000000;
padding: 30px 0px;
width: 100%;
margin:0px;
}
.main{
width: 70%;
margin: 20px auto;
padding: 20px;
background-color: #DADADA;
color: black;
}
.header p{
color: #DADADA;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment