Skip to content

Instantly share code, notes, and snippets.

@kcclemo
Last active July 27, 2017 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcclemo/f2f76848715b6c4ed908fc6834cdef3d to your computer and use it in GitHub Desktop.
Save kcclemo/f2f76848715b6c4ed908fc6834cdef3d to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
body {
padding: 0;
}
/* Alert */
#alert {
position: relative;
}
#alert:target {
display: none;
}
</style>
</head>
<body>
<div id="alert">
This is a css alert!
<a class="alert" href="#alert">close</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment