Advertisement
Skaper777

Untitled

Apr 26th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. body {
  2. font-family: 'Fira Sans';
  3. }
  4.  
  5. .header {
  6. height: 100vh;
  7. padding-top: 120px;
  8. background-color: rgba(255, 0, 0, 0.7);
  9. text-align: center;
  10. color: #fff;
  11. background-image: url(https://pictures.s3.yandex.net/background.jpg);
  12. background-size: cover;
  13. background-position: center bottom;
  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. width: 630px;
  25. margin: 46px auto 0px;;
  26. font-size: 25px;
  27. line-height: 30px;
  28. letter-spacing: 0.5px;
  29. }
  30.  
  31. .rules {
  32. width: 910px;
  33. margin: 90px auto 0px;
  34. }
  35.  
  36. .card {
  37. display: inline-block;
  38. vertical-align: top;
  39. width: 420px;
  40. min-height: 420px;
  41. margin-right: 65px;
  42. }
  43.  
  44. .image {
  45. width: 420px;
  46. height: 420px;
  47. background-size: cover;
  48. background-position: center;
  49. box-sizing: border-box;
  50. }
  51.  
  52. .module {
  53. width: 420px;
  54. height: 420px;
  55. border-width: 5px;
  56. border-style: solid;
  57. border-color: #ff3333;
  58. background-image: url('https://pictures.s3.yandex.net/grid.jpg');
  59. }
  60.  
  61. .module-card {
  62. margin-right: 0;
  63. }
  64.  
  65. .colors-card {
  66. margin-right: 0;
  67. }
  68.  
  69. .near {
  70. background-image: url('https://pictures.s3.yandex.net/proximity.jpg');
  71. }
  72.  
  73. .fonts {
  74. background-image: url('https://pictures.s3.yandex.net/type.jpg');
  75. }
  76.  
  77. .colors {
  78. background-image: url('https://pictures.s3.yandex.net/color.jpg');
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement