Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
a:any-link {
  background-color: yellow;
  color: maroon;
}
</style>
</head>
<body>
<h1>Demo of :any-link</h1>
<a href="https://www.w3schools.com">W3schools.com</a><br>
<a href="https://www.w3schools.com/html/">HTML</a><br>
<a href="https://www.w3schools.com/css/">CSS</a>
</body>
</html>