Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. .hero {
  2.     position: relative;
  3. }
  4.    
  5. .hero__content {
  6.     position: absolute;
  7.     bottom: 20%;
  8.     left: 10%;
  9.     width: 30%;
  10.     color: #FFFFFFDE;
  11. }      
  12.  
  13. @media screen and (max-width: 425px) {
  14.     .hero__content {
  15.         bottom: 10%;
  16.         left: 5%;
  17.         width: 80%;
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement