“CSS pierwszy typu” Kod odpowiedzi

Pierwszy CSS

:first-of-type {
	//styles here
}

:first-child {
	//styles here
}

:nth-child(1) { //the benefit of this is you can do it for 2nd, 3rd etc...
	//styles here 
}
Carnivorous Flamingo

CSS pierwszy typu

:first-of-type {
	//styles here
}
Carnivorous Flamingo

CSS Pierwszy element H

p:first-of-type {
  font-size: 1.25em;
}
Clever Crane

Pierwszy element CSS

p:first-child {
  font-size: 1.5em;
}
Clever Crane

Odpowiedzi podobne do “CSS pierwszy typu”

Pytania podobne do “CSS pierwszy typu”

Więcej pokrewnych odpowiedzi na “CSS pierwszy typu” w CSS

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

Przeglądaj inne języki kodu