Advertisement
Guest User

Untitled

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