Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .container {
  2. width: 80%;
  3. margin: 0 auto;
  4. }
  5.  
  6. .header {
  7. margin-bottom: 40px;
  8. }
  9.  
  10. .header h1 {
  11. text-align: center;
  12. }
  13.  
  14. .selector {
  15. position: relative;
  16. }
  17.  
  18. .p {
  19. display: inline;
  20. text-align: justify;
  21. }
  22.  
  23. .image {
  24. display: inline-block;
  25. float: left;
  26. }
  27.  
  28. .column {
  29. display: inline-block;
  30. float: left;
  31. width: 30%;
  32. height: 100%;
  33. padding: 0 20px;
  34. }
  35.  
  36. .main-text {
  37. clear: both;
  38. padding-top: 60px
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement