Guest User

Untitled

a guest
Dec 11th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /**
  2. * Full height element
  3. */
  4. body {
  5. padding: 0;
  6. margin: 0;
  7. }
  8.  
  9. .sidebar {
  10. background-color: #eee;
  11. border-right: 1px solid #cecece;
  12. height: 100vh;
  13. position: fixed;
  14. top: 0;
  15. width: 90px;
  16. }
  17.  
  18. .main {
  19. box-sizing: border-box;
  20. margin-left: 90px;
  21. padding: 1em 1.4em;
  22. width: calc(100% - 90px);
  23. }
  24.  
  25. ul {
  26. padding: 1em 1.4em;
  27. margin: 0;
  28. text-align: center;
  29. }
  30.  
  31. li {
  32. list-style: none;
  33. }
Add Comment
Please, Sign In to add comment