Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. .container {
  2. width: 80%;
  3. margin: 0 auto;
  4. }
  5.  
  6. .header h1 {
  7. text-align: center;
  8. }
  9.  
  10. .image {
  11. display: inline-block;
  12. float: left;
  13. }
  14.  
  15.  
  16. .column {
  17. display: inline-block;
  18. float: left;
  19. width: 30%
  20. padding: 10px 40px 0 60px;
  21. }
  22.  
  23. .main-text {
  24. clear: both;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement