Advertisement
RyanJEarnshaw

Untitled

Sep 27th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #contentpane {
  2. position: relative;
  3. font-family: 'Lobster Two', sans-serif;
  4. font-weight: 400;
  5. font-size: 26px;
  6. font-style: normal;
  7. display: table;
  8. margin: 0 auto;
  9. text-align: center;
  10. margin-top: 5%;
  11. width: 90%;
  12. }
  13. #contentimage {
  14. width: 30%;
  15. float: left;
  16. margin: 0 auto;
  17. position: relative;
  18. }
  19. #contentpane {
  20. display: inline-block;
  21. position: relative;
  22. margin-left: auto;
  23. margin-right: auto;
  24. width: 100%;
  25. }
  26. #text {
  27. float: left;
  28. margin-top: 1%;
  29. font-family: 'Raleway';
  30. font-size: 18px;
  31. position: relative;
  32. margin-left: auto;
  33. margin-right: auto;
  34. left: 0;
  35. right: 0;
  36. width: 40%;
  37. }
  38. #contentpane p {
  39. margin-bottom: 10%;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement