Advertisement
Guest User

jeet-con-col

a guest
Feb 27th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="jeet-con-col">
  2. <div>jeet-col1</div>
  3. <div>jeet-col2</div>
  4. <div>jeet-col3</div>
  5. </div>
  6.  
  7. .jeet-con-col { @include cf(); background:$color-green-dark;
  8. > div { @include col(4/12); height:400px; padding:10px; box-sizing:border-box; background:$color-green-light; }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement