Advertisement
clsharpe

css_selective

Nov 28th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. li {
  5. font-size:12px;
  6. }
  7. #navabar li{
  8. font-size:18px;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <div id="navabar">
  14. <ul><li>I'm 18px.</li></ul>
  15. </div>
  16. <div id="content">
  17. <ul><li>I'm 12px.</li></ul>
  18. </div>
  19. <div id="footer">
  20. <ul><li>I'm 12px.</li></ul>
  21. </div>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement