Guest User

Untitled

a guest
May 26th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!-- * { border: 0px solid red; } -->
  2. * { box-sizing: border-box; }
  3.  
  4. .container {
  5. margin: 0 auto;
  6. width: 80%;
  7. }
  8. .header h1 {
  9. text-align: center;
  10. position: relative;
  11. }
  12.  
  13. .column {
  14. display: inline-block;
  15. float: left;
  16. width: 33.33333%;
  17. }
  18.  
  19.  
  20. .main-text {
  21. padding-top: 60px;
  22. margin-bottom: 40px;
  23. clear: both;
  24.  
  25. .main-text {
  26. padding-top: 60px;
  27. clear: both;
  28. }
  29. .image img {
  30. width: 33.333333333%;
  31. display: inline-block;
  32. }
Add Comment
Please, Sign In to add comment