Advertisement
RyanJEarnshaw

Untitled

Sep 30th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #content #title {
  2. font-size: 50px;
  3. }
  4. #contentpane {
  5. position: relative;
  6. font-weight: 400;
  7. font-size: 26px;
  8. font-style: normal;
  9. display: table;
  10. margin: 0 auto;
  11. text-align: center;
  12. margin-top: 5%;
  13. }
  14. #contentimage {
  15. width: 55%;
  16. float: left;
  17. margin: 0 auto;
  18. position: relative;
  19. }
  20. #contentimage img {
  21. width: 100%;
  22. float: middle;
  23. margin: 0 auto;
  24. position: relative;
  25. }
  26. #contentpane {
  27. display: inline-block;
  28. position: relative;
  29. margin-left: auto;
  30. margin-right: auto;
  31. width: 100%;
  32. }
  33. .text1, .text2 , .text3 {
  34. color: white;
  35. float: left;
  36. margin-top: 1%;
  37. font-family: 'Work Sans', sans-serif;
  38. font-size: 1.3vmax;
  39. position: relative;
  40. width: 35%;
  41. }
  42. .text3 {
  43. margin-top: 5%;
  44. width: 100%;
  45. font-size: 2.7vmax;
  46. margin-bottom: 5%;
  47.  
  48. }
  49. .text1 { font-weight: 200; }
  50. .text2 { font-weight: 200; }
  51. .text3 { font-weight: 200; }
  52. .verticalline {
  53. margin: 0 4%;
  54. height: 29vmax;
  55. float: left;
  56. border-left: 2px solid white;
  57. }
  58.  
  59.  
  60. #contentpane p {
  61. margin-bottom: 4%;
  62. }
  63.  
  64. .entypo-left-open {
  65. display: inline-block;
  66. border: 1px solid black;
  67. border-radius: 200px;
  68. padding: 10px 20px;
  69. float: left;
  70. }
  71.  
  72. #backbutton h2 {
  73. display: inline-block;
  74. vertical-align: middle;
  75. font-family: 'Raleway';
  76. font-size: 22px;
  77. font-weight: 400;
  78. color: black;
  79. }
  80. #backbutton {
  81. color: black;
  82. display: inline-block;
  83. color: black;
  84. display: table;
  85. position: relative;
  86. text-align: left;
  87. float: middle;
  88. margin: auto;
  89. margin-bottom: 5%;
  90. }
  91. #backbutton a :before {
  92. color: black;
  93. font-size: 40px;
  94. padding-right: 15px;
  95. display: inline-block;
  96. vertical-align: middle;
  97. float: left;
  98. text-decoration: none;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement