Search
 
SCRIPT & CODE EXAMPLE
 

CSS

fade other items on hover

.parent:hover > * {
  opacity: 0.5;
}

.parent:hover > *:hover {
  transform: scale(1.1);
  opacity: 1;
}
Comment

PREVIOUS NEXT
Code Example
Css :: image resize css 
Css :: dont brake text in css 
Css :: text area focus css 
Css :: centering with flexbox 
Css :: css border properties 
Css :: how to center a text input in css 
Css :: background shorthand css 
Css :: reduire espace entre ligne css 
Css :: html disable spin buttons on input type number 
Css :: how to add fade-in with page transition 
Css :: dom ids have numbers 
Css :: change icon color to gradient css 
Css :: css cursor loading 
Css :: stop padding from changing div size 
Css :: css counters 
Css :: how to hide the scrollbar in css 
Css :: how to give text two colors in css 
Css :: css table cell vertical align 
Css :: css vertical align center 
Css :: line through text css 
Css :: input type date all css style 
Css :: for in sass 
Css :: center image 
Css :: center text in css 
Css :: Horizontal Scrolling Bopostrap CSS 
Css :: text gradient effect 
Css :: css text align right 
Css :: cool hover effects css 
Css :: css conver innertext to html using css 
Css :: linear-gradient 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =