Skip to content

Instantly share code, notes, and snippets.

@FabianoLothor
Last active July 28, 2019 03:52
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 FabianoLothor/6cc5c170ac8f08f230465b81c1372045 to your computer and use it in GitHub Desktop.
Save FabianoLothor/6cc5c170ac8f08f230465b81c1372045 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
html, body {
color: white;
font-size: 14pt;
margin: 0;
padding: 0;
text-align: center;
}
#shade {
background-color: black;
height: 100vh;
opacity: 0;
position: absolute;
width: 100vw;
}
</style>
</head>
<body>
<div id="shade"></div>
Participe do CHAT<br />bit.ly/falarnochat
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment