“W tym samym czasie zawieszka rodzica i najechanie dzieci” Kod odpowiedzi

W tym samym czasie zawieszka rodzica i najechanie dzieci

.child-container {
	margin-right: 5px;
    padding: 10px 12px;
    border-radius: 50%;
}
            
.parent-container:hover {
	color: rgb(20, 89, 136); //This is the color for all the child-container when parent is hover//
}

.parent-container:hover .child-container {
	background-color: rgb(10, 23, 31); //This is the background-color of the chosen child-container//
}
//When you hover the parent-container, the chosen child-container hover will also work along with the parent-container hover//
//The chosen child-container has also hover style different from the parent-container hover//
//If the parent-container is mouse hover the child-container hover will be trigger too//
Ryan Hood

Jak wybrać dziecko na zawisie na elemencie nadrzędnym CSS

/* Selecting a child element on :hover parent element*/ 
.parent:hover .child {
   /* ... */
}
deejay

Odpowiedzi podobne do “W tym samym czasie zawieszka rodzica i najechanie dzieci”

Pytania podobne do “W tym samym czasie zawieszka rodzica i najechanie dzieci”

Więcej pokrewnych odpowiedzi na “W tym samym czasie zawieszka rodzica i najechanie dzieci” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu