Guest User

Untitled

a guest
Mar 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /*Кроссбраузерный переход при фокусе*/
  2.  
  3. ./*Класс*/:hover {
  4. color: ;
  5. -webkit-transition:all 0.3s;
  6. -moz-transition:all 0.3s;
  7. -o-transition:all 0.3s;
  8. transition:all 0.3s;
  9. }
Add Comment
Please, Sign In to add comment