Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. li {
  2. background-color:red;
  3. }
  4.  
  5. #sections li {
  6. color:blue;
  7. }
  8.  
  9. <ol id="sections">
  10. <li>Item 1</li>
  11. <li>Item 2</li>
  12. <li>
  13. <ol><li>Item A</li>
  14. <li>Item C</li>
  15. </ol>
  16. </ol>
  17.  
  18. ul li {color:blue}
  19. ul li li {color:white;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement