Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .hero-section {
  2. background: linear-gradient(
  3. rgba(0, 0, 0, 0.3),
  4. rgba(0, 0, 0, 0.2)
  5. ), url('/images/cat.jpg') 50% no-repeat;
  6. background-size: cover;
  7. height: 80vh;
  8. text-align: center;
  9. display: -webkit-flex;
  10. display: -ms-flexbox;
  11. display: flex;
  12. -webkit-align-items: center;
  13. -ms-flex-align: center;
  14. align-items: center;
  15. -webkit-justify-content: center;
  16. -ms-flex-pack: center;
  17. justify-content: center;
  18. margin-top: -17px;
  19. }
  20. .hero-section .hero-section-text {
  21. color: #fefefe;
  22. text-shadow: 1px 1px 2px #0a0a0a;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement