Horje
hover on father elemet activates a child element css Code Example
hover on father elemet activates a child element css
/* EXAMPLE
projetos-hover is father; projetos-hover-text is the child
When hover on the father use ">" to aply on a child
*/

.projetos-hover-text {
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}

.projetos-hover:hover > .projetos-hover-text {
  transform: translatey(+5%);
}




Css

Related
Css left-to-right animation. Code Example Css left-to-right animation. Code Example
column count css Code Example column count css Code Example
overwrite theme css in parent css Code Example overwrite theme css in parent css Code Example
html css psd Code Example html css psd Code Example
switch css with text Code Example switch css with text Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11