Search
 
SCRIPT & CODE EXAMPLE
 

CSS

operador css contain attr

/* <a> elementos com um atributo de título  */
a[title] {
  color: purple;
}

/* <a> elementos combinando com um href "https://example.org" */
a[href="https://example.org"] {
  color: green;
}

/* <a> elementos com um href contendo "example" */
a[href*="example"] {
  font-size: 2em;
}

/* <a> elementos com href terminando em ".org" */
a[href$=".org"] {
  font-style: italic;
}
Comment

PREVIOUS NEXT
Code Example
Css :: aclocal: not found 
Css :: padding makes div overflow 
Css :: css ovel 
Css :: CSS fluid type sizing based on viewport 
Css :: insert on positions CSS 
Css :: how to make the position of a div always stay while scrolling 
Css :: in 10 seconds fade in a card html css 
Css :: css in head or body 
Css :: display: inline; 
Css :: set custom cursor 
Css :: how to make background image NOT scroll with the rest of the page. 
Css :: content url svg css 
Css :: calling synchronous methods on native modules is not supported in chrome 
Css :: style checkmark css 
Css :: html css landing page 
Css :: table vertical align center 
Css :: bulma scss add custom colors 
Css :: svg tailwind 
Css :: scss background color 
Css :: 3d sphere 
Css :: best css framework 
Css :: css make a cell twice as big flexbox 
Css :: matrix in css 
Css :: scroll timeline css 
Css :: import css in figma 
Css :: css perfekt min width mobile 
Css :: inline-block column appear higher than others 
Css :: how to use css without brackets 
Css :: powershell convertto-html css 
Css :: how to make 3 photos display inline-blocks 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =