Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Last active February 14, 2019 12:22
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 ugeugeHigh/7490dbe816f948826ac9cd96db800726 to your computer and use it in GitHub Desktop.
Save ugeugeHigh/7490dbe816f948826ac9cd96db800726 to your computer and use it in GitHub Desktop.
body {
background-color:dimgrey;
}
#wrap {
width:500px;
margin-left:auto;
margin-right:auto;
background-color:oldlace
}
#wrap dd {
margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
#wrap {
width:100%;
margin-left:0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment