Skip to content

Instantly share code, notes, and snippets.

@jdanyow
Last active December 10, 2021 23:33
Show Gist options
  • Save jdanyow/6629a07ede8cb8a1f755cf49765f90a2 to your computer and use it in GitHub Desktop.
Save jdanyow/6629a07ede8cb8a1f755cf49765f90a2 to your computer and use it in GitHub Desktop.
<!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