“Ostatnie dziecko CSS z klasą” Kod odpowiedzi

Wybór ostatnich dzieci CSS

p:last-child {
  font-size: 0.75em;
}
Southern White Crowned Shrike

Ostatnie dziecko CSS z klasą

/*This will only work if the last child of someEID has 
the class .myclassName 
if the last child does not have class name us js*/
#someEID .myClassName:last-child {
    background: blue;
}
Friendly Hawk

Odpowiedzi podobne do “Ostatnie dziecko CSS z klasą”

Pytania podobne do “Ostatnie dziecko CSS z klasą”

Więcej pokrewnych odpowiedzi na “Ostatnie dziecko CSS z klasą” w CSS

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

Przeglądaj inne języki kodu