Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. input[type="checkbox"] + div{
  2. border: solid 1px white;
  3. padding: 5px;
  4. margin-top: 5px;
  5. display: inline;
  6. transition-duration: 0.5s;<--追加
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement