Advertisement
laplslazuli

dffdvsff

Jul 8th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. body {
  2. background-color: white;
  3. color: black;
  4. font-family: "comic sans";
  5. }
  6.  
  7. .wrapper {
  8. min-height: 100%;
  9. width: 100%;
  10. background-repeat:repeat;
  11. }
  12.  
  13. #links {
  14. margin: 5% 10%;
  15. width: 25%;
  16. height:100%;
  17. }
  18.  
  19. #content {
  20. margin: 5% 10%;
  21. width: 75%;
  22. height:100%;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement