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.

::after

CSS css_other

Dodaje zawartość po każdym elemencie .

::before

CSS css_other

Dodaje zawartość przed każdym elementem .

::first-letter

CSS css_other

Wybiera pierwszą literę każdego elementu .

::first-line

CSS css_other

Wybiera pierwszą linię, każdego elementu .

::selection

CSS css_other

Wybiera wszystkie elementy zaznaczone przez użytkownika.

:active

CSS css_other

Zaznacza wszystkie aktywne linki.

:checked

CSS css_other

Wybiera wszystkie elementy , które są zaznaczone.

:disabled

CSS css_other

Wybiera wszystkie elementy posiadające atrybut disabled.

:empty

CSS css_other

Wybiera wszystkie elementy , które nie maja zawartości.

:enabled

CSS css_other

Wybiera wszystkie elementy , które są aktywne.

:first-child

CSS css_other

Wybiera każdy element , który jest pierwszym dzieckiem.

:first-of-type

CSS css_other

Wybiera kazdy element , który jest pierwszym elementem typu w danym kontenerze.

:focus

CSS css_other

Wybiera każdy element , który jest zaznaczony.

:hover

CSS css_other

Wybiera wszystkie linki, na których znajduje się aktualnie kursor.

:in-range

CSS css_other

Wybiera wszystkie elementy typu , których zawartość mieści się w wyznaczonym zakresie.

:invalid

CSS css_other

Wybiera wszystkie elementy z niewłaściwymi wartościami.

:lang(language)

CSS css_other

Wybiera wszystkie elementy , których atrybut lang ma wartość "it" (Italian).

:last-child

CSS css_other

Wybiera każdy element , który jest ostatnim dzieckiem.

:last-of-type

CSS css_other

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

:link

CSS css_other

Wybiera wszystkie nieodwiedzone linki.

:not(selector)

CSS css_other

Wybiera każdy element, który nie jest elementem .

:nth-child(n)

CSS css_other

Wybiera każdy element , który jest drugim dzieckiem.

:nth-last-child(n)

CSS css_other

Wybiera każdy element , który jest przed ostatnim dzieckiem.

:nth-last-of-type(n)

CSS css_other

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