Guest User

Untitled

a guest
Jun 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <style type="text/css">
  2. /* image radio buttons */
  3. input[type="radio"] { display: none; }
  4. input[type="radio"]:checked + * { border: 3px solid red; }
  5. </style>
Add Comment
Please, Sign In to add comment