Advertisement
RyanJEarnshaw

Untitled

Sep 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. #content #title {
  2. font-size: 50px;
  3. }
  4. #contentpane {
  5. position: relative;
  6. font-family: 'Lobster Two', sans-serif;
  7. font-weight: 400;
  8. font-size: 26px;
  9. font-style: normal;
  10. display: table;
  11. margin: 0 auto;
  12. text-align: center;
  13. margin-top: 5%;
  14. width: 90%;
  15. }
  16. #contentimage {
  17. width: 100%;
  18. float: middle;
  19. margin: 0 auto;
  20. position: relative;
  21. }
  22. #contentpane {
  23. display: inline-block;
  24. position: relative;
  25. margin-left: auto;
  26. margin-right: auto;
  27. width: 100%;
  28. }
  29. #text {
  30. float: middle;
  31. margin-top: 1%;
  32. font-family: 'Raleway';
  33. font-size: 18px;
  34. position: relative;
  35. margin-left: auto;
  36. margin-right: auto;
  37. left: 0;
  38. right: 0;
  39. width: 90%;
  40. }
  41. #contentpane p {
  42. margin-bottom: 4%;
  43. }
  44.  
  45. .entypo-left-open {
  46. width: auto;
  47. float: left;
  48. }
  49.  
  50. #backbutton a {
  51. font-family: 'Raleway';
  52. float: left;
  53. color: black;
  54. text-decoration: none;
  55. border: 1px solid rgba(1,1,1,1);
  56. padding: 10px;
  57. border-radius: 10px;
  58. }
  59.  
  60. #backbutton {
  61. display: table;
  62. position: relative;
  63. text-align: left;
  64. float: middle;
  65. margin: auto;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement