Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. /* =======================
  2.  States Rules
  3. ==========================*/
  4. .is-visible {
  5.  display: block
  6. }
  7. .is-hidden {
  8.  display: none;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement