Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #hoverarea {
  2. background-color:red;
  3. width: 100px;
  4. height: 100px;
  5. }
  6. #hoverarea:hover{
  7. background-image: url("imagen.png");
  8. }
  9. #machine {
  10.  
  11.  
  12. }
Add Comment
Please, Sign In to add comment