Skip to content

Instantly share code, notes, and snippets.

@andersonfreitas
Created April 16, 2021 15:28
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 andersonfreitas/4159388895f7ef8dea5d23f79a4d2350 to your computer and use it in GitHub Desktop.
Save andersonfreitas/4159388895f7ef8dea5d23f79a4d2350 to your computer and use it in GitHub Desktop.
data:text/html,<html onclick="javascript:requestFullscreen()"><head><title>Black full screen</title></head><div class="container"> <div class="child">Click to enter full screen</div> </div><style>html {background: black; color: darkgray} :fullscreen{color: black} .container { display: flex; justify-content: center; align-items: center; height: 100%; font-family: Google sans; }</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment