Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. body {
  2.     height: 100%;
  3.     color: white;
  4.    
  5. }
  6.  
  7. .weatherContainer {
  8.     display: flex;
  9.     justify-content: center;
  10.     flex-direction: column;
  11.     align-items: center;
  12. }
  13.  
  14. .bgImage {
  15.     width: 100vh;
  16.     background: url(images/image.jpg);
  17.     background-size: cover;
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement