Tylko teraz 35% rabatu na hasło #DEV. Gwarancja Pracy lub Stażu gratis i wygodne finansowanie — nawet 40 rat 0%. Kto pierwszy, ten lepszy!

Kodillopedia

Encyklopedia programowania — szukaj pojęć, metod i składni.

:nth-of-type(n)

CSS css_other

Wybiera każdy element , który jest drugim elementem w kontenerze.

:only-child

CSS css_other

Wybiera element , który jest jedynym dzieckiem.

:only-of-type

CSS css_other

Wybiera element , który jest jedynym elementem w kontenerze.

:optional

CSS css_other

Wybiera elementy bez atrybutu "required".

:out-of-range

CSS css_other

Wybiera elementy z wartością wykraczającą poza określony zasięg.

:read-only

CSS css_other

Wybiera elementy z określonym atrybutem "read-only".

:read-write

CSS css_other

Wybiera elementy z nieokreślonym atrybutem "required".

:required

CSS css_other

Wybiera elementy z określonym atrybutem "required".

:root

CSS css_other

Wybiera element rdzeń dokumentu.

:target

CSS css_other

Wybiera element będący celem odnośnika z atrybutem href mającym wartość #news.

:valid

CSS css_other

Wybiera wszystkie elementy z prawidłową wartością.

:visited

CSS css_other

Wybiera wszystkie odwiedzone linki.

.class

CSS css_other

Wybiera wszystkie elementy z class="intro".

[attribute^=value]

CSS css_other

Wybiera wszystkie elementy , których atrybut href zaczyna się od "https".

[attribute]

CSS css_other

Wybiera wszystkie elementy z atrybutem target.

[attribute*=value]

CSS css_other

Zaznacza wszystkie elementy , których atrybut href zawiera "w3schools".

[attribute=value]

CSS css_other

Wybiera wszystkie elementy posiadające target="_blank".

[attribute|=value]

CSS css_other

Zaznacza wszystkie elementy z ciągiem"en" w atrybucie lang.

[attribute~=value]

CSS css_other

Wybiera wszystkie elementy, których atrybut title zawiera frazę "flower".

[attribute$=value]

CSS css_other

Zaznacza wszystkie elementy , których atrybut href kończy się ".pdf".

@font-face

CSS css_fonts

Reguła, która pozwala na ściągnięcie i użycie czcionek z zewnętrznych źródeł.

@keyframes

CSS css_animation

Zawiera kod animacji.

*

CSS css_other

Wybiera wszystkie elementy.

#id

CSS css_other

Wybiera wszystkie elementy z id="firstname".