Atribut pemilih CSS

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