Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 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. }
  34.  
  35. .card {
  36. display: inline-block;
  37. vertical-align: top;
  38. width: 420px;
  39. min-height: 420px;
  40. }
  41.  
  42. .image {
  43. width: 420px;
  44. height: 420px;
  45. background-size: cover;
  46. background-position: center;
  47. box-sizing: border-box;
  48. }
  49.  
  50. .module {
  51. width: 420px;
  52. height: 420px;
  53. border-width: 5px;
  54. border-style: solid;
  55. border-color: #ff3333;
  56. background-image: url('https://pictures.s3.yandex.net/grid.jpg');
  57. }
  58.  
  59. .near {
  60. background-image: url('https://pictures.s3.yandex.net/proximity.jpg');
  61. }
  62.  
  63. .fonts {
  64. background-image: url('https://pictures.s3.yandex.net/type.jpg');
  65. }
  66.  
  67. .colors {
  68. background-image: url('https://pictures.s3.yandex.net/color.jpg');
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement