Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. .form-input input:focus ~ .focus::after {
  2. transition: 0.5s;
  3. top: -10px;
  4. }
  5.  
  6. .form-input input:focus ~ .focus::before {
  7. transition: 0.5s;
  8. width: 100%;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement