Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <div id="div1"></div>
  2. <div id="div2"></div>
  3.  
  4. body {
  5. width: 100%;
  6. height: 100vh;
  7. margin: 0px;
  8. }
  9. #div1 {
  10. background-color: blue;
  11. height: 100%;
  12. width: 100%;
  13. }
  14. #div2{
  15. background-color: red;
  16. height: 100%;
  17. width: 100%;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement