Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css image hover

/* add ":hover" after the class */
.this-is-your-class img:hover {
  opacity: 0.5;
}
 
PREVIOUS NEXT
Tagged: #css #image #hover
ADD COMMENT
Topic
Name
2+8 =