Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .container {
  2. display: -webkit-box;
  3. display: -ms-flexbox;
  4. display: flex;
  5. -webkit-box-orient: vertical;
  6. -webkit-box-direction: normal;
  7. -ms-flex-direction: column;
  8. flex-direction: column;
  9. width: 100%;
  10. height: 900px;
  11. }
  12.  
  13. .header {
  14. background: green;
  15. width: 100;
  16. height: 200px;
  17. }
  18. /*# sourceMappingURL=styles.css.map */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement