Guest User

Untitled

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <style>
  2. ul li:first-child {
  3. color: green;
  4. }
  5. ul li:last-child {
  6. color: red;
  7. }
  8. </style>
  9. <ul>
  10. <li>1</li>
  11. <li>2</li>
  12. <li>3</li>
  13. </ul>
Add Comment
Please, Sign In to add comment