Advertisement
Guest User

cssss

a guest
Dec 8th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. .wrap {
  2. margin: 0 auto;
  3. max-width: 1000px;
  4. position: relative;
  5. }
  6.  
  7. .column-50:first-child {
  8. margin-left: 0;
  9. }
  10.  
  11. .column-50 {
  12. width: 48%;
  13. margin-left: 4%;
  14. float: left;
  15. }
  16.  
  17. .line {
  18. display: flex;
  19. margin-bottom: 50px;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement