Skip to content

Instantly share code, notes, and snippets.

@Xavka
Created June 10, 2015 12:12
Show Gist options
  • Save Xavka/cad2427f2b771b4dff09 to your computer and use it in GitHub Desktop.
Save Xavka/cad2427f2b771b4dff09 to your computer and use it in GitHub Desktop.
.wrapper {
text-align: center;
}
.header {
background: #00174F;
color: #fff;
padding: 50px 0;
}
.content {
padding: 50px 0;
}
.sidebar {
padding: 50px 0;
background: #FFD200;
}
.footer {
background: #00174F;
color: #fff;
padding: 50px 0;
}
@media screen and (min-width: 480px) {
.column {
display: table-cell;
}
.main {
display: table;
width: 100%;
}
.sidebar {
width: 200px;
height: 300px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment