Last active
July 28, 2019 03:52
-
-
Save FabianoLothor/6cc5c170ac8f08f230465b81c1372045 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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