Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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. }
  14.  
  15. h1 {
  16. font-size: 55px;
  17. line-height: 240px;
  18. font-family: 'Anonymous Pro';
  19. text-transform: uppercase;
  20. }
  21.  
  22. h2 {
  23. font-size: 25px;
  24. line-height: 30px;
  25. letter-spacing: 0.5px;
  26. width: 630px;
  27. margin-top: 46px;
  28. margin-left: auto;
  29. margin-right: auto;
  30. }
  31.  
  32. .card {
  33. width: 420px;
  34. height: 420px;
  35. }
  36.  
  37. .bordered {
  38. width: 420px;
  39. height: 420px;
  40. border-width: 5px;
  41. border-style: solid;
  42. border-color: #ff3333;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement