Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. .splitScreen {
  2. position: relative;
  3. height: 100vh;
  4.  
  5. .topPane,
  6. .bottomPane {
  7. position: relative;
  8. width: 100%;
  9. height: 50%;
  10. }
  11.  
  12. .topPane {
  13. transform: rotate(180deg);
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement