Advertisement
Guest User

Untitled

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