Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. index.html
  2. ==========
  3.  
  4. <body id=mainpage ...
  5.  
  6. contact.html
  7. ============
  8.  
  9. <body id=contact ...
  10.  
  11. default.css
  12. ===========
  13.  
  14. #menu2 .mainpage {
  15. background: ...
  16. }
  17.  
  18. #menu2 .contact {
  19. background: ...
  20. }
  21.  
  22. #mainpage #menu2 .mainpage {
  23. background: ...
  24. }
  25.  
  26. #contact #menu2 .contact {
  27. background: ...
  28. }
Add Comment
Please, Sign In to add comment