Advertisement
Skaper777

Untitled

Apr 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. body {
  2. font-family: 'Fira Sans';
  3. }
  4.  
  5. div {
  6. text-align: center;
  7. height: 100vh;
  8. background-color: rgba(255, 0, 0, 0.7);
  9. background-image: url(https://pictures.s3.yandex.net/background.jpg);
  10. color: #ffffff;
  11. background-size: cover;
  12. background-position: center bottom;
  13. }
  14.  
  15. h1 {
  16. font-size: 55px;
  17. line-height: 240px;
  18. }
  19.  
  20. h2 {
  21. font-size: 25px;
  22. line-height: 30px;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement