Guest User

Untitled

a guest
Dec 17th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. html{
  2. background: #CCC;
  3. font-family: Monaco, monospace;
  4. font-size: 14px;
  5. color: #444;
  6. line-height: 1.4;
  7. max-width: 60rem;
  8. margin: 0 auto;
  9. height: 100%;
  10. }
  11. body{
  12. background: #F0F1F1;
  13. padding: 100px;
  14. height: 100%;
  15. }
  16.  
  17. #note{
  18. height: 100%;
  19. }
Add Comment
Please, Sign In to add comment