css selector attribute contain

36

/* <a> elements with an href containing "example" */
a[href*="example"] {
  font-size: 2em;
}

Comments

Submit
0 Comments