Guest User

Untitled

a guest
Apr 26th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <style>
  2. .here:first-child{color:red;}
  3. .there:last-child{color:blue;}
  4. </style>
  5. <ul>
  6. <li>one
  7. <li class="here">two
  8. <li class="there">three
  9. </ul>
Add Comment
Please, Sign In to add comment