Guest User

Untitled

a guest
Jan 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <style>
  2. .row:nth-of-type(2n) {
  3. background-color: red;
  4. }
  5. .noRow {
  6. display: none;
  7. }
  8. </style>
Add Comment
Please, Sign In to add comment