Advertisement
Guest User

Untitled

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