Guest User

Untitled

a guest
Mar 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. body {
  2. font-family: 'Roboto Condensed', sans-serif;
  3. }
  4.  
  5. rect {
  6. fill: #222;
  7. cursor: pointer;
  8. }
  9.  
  10. rect:nth-child(2n + 1) {
  11. fill: #aaa;
  12. }
  13.  
  14. rect:hover {
  15. fill: #333;
  16. }
Add Comment
Please, Sign In to add comment