Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. body {
  2. width: 100%;
  3. min-height: 50%;
  4. margin: 0;
  5. padding: 0;
  6. height: 100%;
  7. overflow: hidden;
  8. background-image: url('Image/lukas-vandlis-643404-unsplash.jpg');
  9. background-position: center center;
  10. background-repeat: no-repeat;
  11. background-size: cover;
  12. height: 100vh;
  13. font-family: 'Heebo', sans-serif;
  14. }
  15.  
  16. @media screen and (max-width: 600px) {
  17. .usuario {
  18. width: 100%;
  19. height: 100%;
  20. position: center;
  21. scrollbar-arrow-color: Scrollbar;
  22.  
  23. }
  24. }
Add Comment
Please, Sign In to add comment