Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. body {
  2. font-family: 'Fira Sans';
  3. }
  4.  
  5. .header {
  6. height: 100vh;
  7. background-color: rgba(255, 0, 0, 0.7);
  8. text-align: center;
  9. color: #fff;
  10. background-image: url(https://pictures.s3.yandex.net/background.jpg);
  11. background-size: cover;
  12. background-position: center bottom;
  13. padding-top:120px;
  14. }
  15.  
  16. h1 {
  17. font-size: 55px;
  18. line-height: 240px;
  19. font-family: 'Anonymous Pro';
  20. text-transform: uppercase;
  21. }
  22.  
  23. h2 {
  24. font-size: 25px;
  25. line-height: 30px;
  26. letter-spacing: 0.5px;
  27. width: 630px;
  28. margin-top:46px;
  29. margin-left:auto;
  30. margin-right:auto;
  31. margin: 46px auto 0px;
  32. }
  33. .card {
  34. min-height: 420px;
  35. width: 420px;
  36. display: inline-block;
  37. vertical-align: top;
  38. margin-right:65px;
  39. }
  40. .module {
  41. background-image: url('https://pictures.s3.yandex.net/grid.jpg');
  42. height: 420px;
  43. width: 420px;
  44. border-width: 5px;
  45. border-style: solid;
  46. border-color: #ff3333;
  47. }
  48. .image {
  49. min-height: 420px;
  50. width: 420px;
  51. background-size: cover;
  52. background-position: center;
  53. box-sizing: border-box;
  54. }
  55. .near{
  56. background-image: url('https://pictures.s3.yandex.net/proximity.jpg');
  57. }
  58. .fonts{
  59. background-image: url('https://pictures.s3.yandex.net/type.jpg');
  60. }
  61. .colors{
  62. background-image: url('https://pictures.s3.yandex.net/color.jpg');
  63. }
  64. .rules {
  65. width:910px;
  66. margin: 90px auto 0px;
  67. }
  68. .module-card {
  69. margin-right: 0;
  70. }
  71. .colors-card {
  72. margin-right: 0;
  73. }
  74. .card h3 {
  75. font-family: 'Anonymous Pro';
  76. font-weight: bold;
  77. font-size: 35px;
  78. margin: 44px auto 30px;
  79. }
  80. .card p {
  81. font-size: 20px;
  82. line-height: 30px;
  83. margin-bottom: 90px;
  84. }
  85. .footer {
  86. height: 100px;
  87. background-color: #000;
  88. }
  89. .logo {
  90. width: 148px;
  91. height: 38px;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement