Last active
December 10, 2021 23:33
-
-
Save jdanyow/6629a07ede8cb8a1f755cf49765f90a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>GistRun</title> | |
<!--atlas styles--> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microsoft/[email protected]/dist/index.css" integrity="sha256-E2LVl9IuSYhXWHhuC1nbPvSpU0skk7qdAuH+30qeY/U=" crossorigin="anonymous"> | |
<!--docs styles--> | |
<style> | |
a { | |
text-decoration: none; | |
} | |
a:where(:hover) { | |
text-decoration: underline; | |
} | |
</style> | |
</head> | |
<body> | |
<a class="button" href="#">hello</a> | |
<a href="#">Standard link</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment