Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. .colorme {
  2. background: blue;
  3. &:nth-child(odd) {
  4. background: orange
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement