Skip to content

Instantly share code, notes, and snippets.

@thewhodidthis
Last active September 24, 2020 05:37
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 thewhodidthis/facaa018e67d86e58e4e0e5119099f12 to your computer and use it in GitHub Desktop.
Save thewhodidthis/facaa018e67d86e58e4e0e5119099f12 to your computer and use it in GitHub Desktop.
Select all
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Select all to reveal page content">
<title>Select all</title>
<style>
html {
color: white;
display: flex;
font: 75% Verdana, sans-serif;
height: 100%;
}
body {
margin: auto;
}
a {
color: inherit;
}
h1 {
font: unset;
}
</style>
</head>
<body contenteditable>
<p>Fun STUFF!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment