CSS - Attribute Selector

CSS - Attribute Selector

[css^="col-"]

Selects all the ements with the attribute that contains 'col' at the beginning.

[css*="col-"]

Selects all the ements with the attribute that contains 'col' in it.

[css$="col-"]

Selects all the ements with the attribute that contains 'col' at the end.

results for ""

    No results matching ""