css-any-link-selector.html 93 B

123456
  1. <style>
  2. :any-link {
  3. color: orange;
  4. }
  5. </style>
  6. <a href="example.com">Link</a>