Guest User

Untitled

a guest
Mar 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. .hoverExample:hover {
  2. width: 900px;
  3. background: green;
  4. transition: width 2s, background 3s;
  5. }
  6.  
  7. .hoverExample {
  8. width: 200px;
  9. height: 40px;
  10. background: purple;
  11. }
Add Comment
Please, Sign In to add comment