Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <section id="cb_1">
  2. <div class="container">
  3. <article>
  4. <h1>Lorem ipsum dolor sit amet</h1>
  5. <h3>
  6. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
  7. takimata sanctus est Lorem ipsum dolor sit amet.
  8. </h3>
  9. <p>
  10. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
  11. eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
  12. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
  13. takimata sanctus est Lorem ipsum dolor sit amet.
  14. </p>
  15. <button type="button" class="default">Stet clita kasd</button>
  16. </article>
  17. </div>
  18.  
  19. #cb_1 {
  20. background-image: url("images/bg_2.jpg");
  21. height:100%;
  22. margin:0px;
  23. padding:0px;
  24. z-index:-1;
  25. }
  26. #cb_1 h1 {
  27. color:#222;
  28. padding-top: 20px;
  29. }
  30. #cb_1 h3 {
  31. color:#356651;
  32. }
  33. #cb_1 p {
  34. color:#222;
  35. padding-top: 30px;
  36. padding-bottom:40px;
  37. }
  38. #cb_1 article {
  39. background: rgba(255,255,255,0.6);
  40. width:45%;
  41. padding:50px 50px;
  42. position:absolute;
  43. top:100px;
  44. }
  45.  
  46. button.default {
  47. border-radius:0px;
  48. background:transparent;
  49. border-style: solid;
  50. border-width: 2px;
  51. border-color: #356651;
  52. color:#222;
  53. font-size:20px;
  54. font-family:'Khand',sans-serif;
  55. padding:5px 20px;
  56. }
  57. h1 {
  58. font-family:'Khand',sans-serif;
  59. font-size:43px;
  60. font-weight:100;
  61. margin:0px;
  62. padding:0px;
  63. }
  64. h2 {
  65. font-family:'Khand',sans-serif;
  66. font-size:35px;
  67. font-weight:100;
  68. line-height:40px;
  69. margin:0px;
  70. padding:0px;
  71. }
  72. h3 {
  73. font-size:18px;
  74. line-height:25px;
  75. }
  76. p {
  77. font-size:18px;
  78. line-height:25px;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement