Advertisement
RyanJEarnshaw

Untitled

Sep 30th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 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. .btn {
  65. font-family: sans-serif;
  66. display: inline-block;
  67. background: #e2e2e2;
  68. border: 0;
  69. line-height: 2.5em;
  70. outline: none;
  71. text-decoration: none;
  72. color: #666;
  73. padding-right: 1%;
  74. }
  75. .btn .arrow {
  76. display: inline-block;
  77. line-height: 2.5em;
  78. text-align: center;
  79. background: #333;
  80. color: white;
  81. font-size: 1em;
  82. width: 2.5em;
  83. -webkit-transition: margin 200ms;
  84. transition: margin 200ms;
  85. }
  86. .btn:hover {
  87. background: white;
  88. }
  89. .btn:hover .arrow {
  90. margin-right: 1.25em;
  91. background-color: #262626;
  92. }
  93. .btn:active {
  94. background: #ccc;
  95. }
  96. .btn:active .arrow {
  97. margin-right: 1.5em;
  98. }
  99. .btn .arrow {
  100. background-color: indianred;
  101. }
  102. .btn:hover .arrow {
  103. background-color: #c14e4e;
  104. }
  105. .center {
  106. text-align: center;
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement