Guest User

Untitled

a guest
Nov 19th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. * {
  2. box-sizing: border-box;
  3. }
  4.  
  5. body {
  6. margin: 0;
  7. width: 100%;
  8. }
  9.  
  10. h1 {
  11. margin: 0;
  12. padding: 0;
  13. font-size: 90px;
  14. /*font-family: 'Playfair Display', serif;*/
  15. font-family: 'Cormorant Garamond', serif;
  16. }
  17.  
  18.  
  19. h2 {
  20. font-size: 25px;
  21. font-family: 'Cormorant Garamond', serif;
  22. }
  23.  
  24. p {
  25. font-family: 'Cormorant Garamond', serif;
  26. font-weight: normal;
  27. }
  28.  
  29. h1, h2 {
  30. margin-top: 0;
  31. display: block;
  32. }
  33.  
  34. header {
  35. background: linear-gradient(rgb(255, 255, 255) ,transparent 60%)
  36. ,url(img/bergenbg.jpg) no-repeat center;
  37. background-size: cover;
  38. height: 100vh;
  39. color: white;
  40. margin-bottom: 50px;
  41. }
  42.  
  43.  
  44. .main-heading {
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: center;
  48. }
  49.  
  50. .logo {
  51. align-self: center;
  52. }
  53.  
  54. .arrow {
  55. align-self: flex-end;
  56. margin: 0 auto;
  57. padding-top: 30px;
  58. width: 80px;
  59. height: 80px;
  60. }
  61.  
  62. .section {
  63. width: 80%;
  64. display: flex;
  65. flex-direction: column;
  66. margin: 0 auto;
  67. overflow: hidden;
  68. }
  69.  
  70. .rectangle {
  71. border: 10px solid #52B3FF;
  72. width: 70%;
  73. height: 200px;
  74. text-align: center;
  75. margin: 0 auto;
  76. padding: 25px;
  77. font-size: 25px;
  78. }
  79.  
  80. .box {
  81. width: 50%;
  82. margin: 0 auto;
  83. font-size: 20px;
  84. padding: 20px;
  85. }
  86.  
  87. .box1 {
  88. margin-top: 20px;
  89. margin-bottom: 20px;
  90. }
  91.  
  92. .bergen2 {
  93. float: left;
  94. margin-right: 20px;
  95.  
  96. }
  97.  
  98. .bergen1 {
  99. padding-left: 20px;
  100. }
  101.  
  102. .bergen1 {
  103. width: 380px;
  104. height: 240px;
  105. float: right;
  106. }
  107.  
  108.  
  109.  
  110. .clearfix::after {
  111. content: "";
  112. display: table;
  113. clear: both;
  114. }
Advertisement
Add Comment
Please, Sign In to add comment