Advertisement
mirozspace

Untitled

Oct 28th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #button {
  2. display: none;
  3. }
  4.  
  5. #button + label:before {
  6. content: "X";
  7. }
  8.  
  9. #button:checked + label:before {
  10. content: "A";
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement