Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. html {
  2. direction: ltr;
  3. box-sizing: border-box;
  4. font-size: 6.25%;
  5. height: 100%;
  6. }
  7.  
  8. * {
  9. position: relative;
  10. display: flex;
  11. flex-flow: column;
  12. flex-shrink: 0;
  13. /* overflow: hidden; */
  14. }
  15.  
  16. *, *:before, *:after {
  17. box-sizing: inherit;
  18. }
  19.  
  20. body {
  21. margin: 0;
  22. font-size: 16rem;
  23. height: 100%; /* or min-height */
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement