Usage of CSS selectors

PHOTO EMBED

Tue Apr 06 2021 13:54:14 GMT+0000 (Coordinated Universal Time)

Saved by @Akhil #css

ul li:not(:first-of-type) {
  color: red;
}
content_copyCOPY

adding color to a list of items except the first child

https://css-tricks.com/did-you-know-about-the-has-css-selector/