Skip to content

Instantly share code, notes, and snippets.

@igorvolnyi
Last active March 14, 2018 10:26
Show Gist options
  • Save igorvolnyi/c8fdca7b88b123d18c12f78fee129b11 to your computer and use it in GitHub Desktop.
Save igorvolnyi/c8fdca7b88b123d18c12f78fee129b11 to your computer and use it in GitHub Desktop.
Layout this!
.wrap
.container
.col-md-9
.main-content
p main content
.col-md-3
.sidebar
p sidebar
body
background-color: #0984e3
.container
padding: 10px
.main-content, .sidebar
padding: 10px
text-transform: uppercase
color: #ffffff
font-size: 24px
border: 1px solid #fff
.main-content
height: 3000px
.sidebar
height: 600px
&::before
content: ''
position: fixed
height: 100vh
width: 100%
top: 0
z-index: -1
background-color: #e84393
margin-left: -26px
@media screen and (max-width: 990px)
.sidebar
&::before
display: none
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment