Guest User

Untitled

a guest
Oct 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. *, *:before, *:after {
  2.  
  3. -webkit-box-sizing: border-box !important;
  4. -moz-box-sizing: border-box !important;
  5. -ms-box-sizing: border-box !important;
  6. box-sizing: border-box !important;
  7. }
  8.  
  9. <div class="row clearfix">
  10. <div class="column span-4-12 property">
  11. <p>..</p>
  12. </div>
  13.  
  14. <!-- more divs here -->
  15. </div>
  16.  
  17. .span-4-12 {
  18. width: 33.33%;
  19. padding-left: 2%;
  20. }
  21.  
  22. .property {
  23. background: white;
  24. }
  25.  
  26. <div class="column span-4-12">
  27. <div class="property">
  28. <p>Some text 1</p>
  29. </div>
  30. </div>
Add Comment
Please, Sign In to add comment