Horje
get element with href css Code Example
get element with href css
a[href$='.pdf'] { /*css*/ }
get element with href css
E[foo]        an E element with a "foo" attribute (CSS 2)
E[foo="bar"]  an E element whose "foo" attribute value is exactly equal to "bar" (CSS 2)
E[foo~="bar"] an E element whose "foo" attribute value is a list of whitespace-separated values, one of which is exactly equal to "bar" (CSS 2)
E[foo^="bar"] an E element whose "foo" attribute value begins exactly with the string "bar" (CSS 3)
E[foo$="bar"] an E element whose "foo" attribute value ends exactly with the string "bar" (CSS 3)
E[foo*="bar"] an E element whose "foo" attribute value contains the substring "bar" (CSS 3)
E[foo|="en"]  an E element whose "foo" attribute has a hyphen-separated list of values beginning (from the left) with "en" (CSS 2)




Css

Related
neumorphism css generator Code Example neumorphism css generator Code Example
add tailwind to next Code Example add tailwind to next Code Example
sub menu disappears on hover css Code Example sub menu disappears on hover css Code Example
otp input next field html css Code Example otp input next field html css Code Example
nuxt page transition Code Example nuxt page transition Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11