Created
August 9, 2020 12:48
-
-
Save CliffCrerar/f4b12870260bc0f9d85fad6bcfdfe888 to your computer and use it in GitHub Desktop.
win-btc-timer
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Coming Soon</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" | |
integrity="sha512-EZLkOqwILORob+p0BXZc+Vm3RgJBOe1Iq/0fiI7r/wJgzOFZMlsqTa29UEl6v6U6gsV4uIpsNZoV32YZqrCRCQ==" | |
crossorigin="anonymous" /> | |
<style> | |
body,html{ | |
width: 100vw; | |
height: 100vh; | |
margin: 0; | |
padding: 0; | |
} | |
main { | |
color: white; | |
max-width: 700px; | |
margin: auto; | |
} | |
h1{ | |
font-size: 5em; | |
} | |
h1,h2,.title{ | |
text-shadow: 1px 2px 3px black; | |
text-align: center; | |
} | |
</style> | |
</head> | |
<body background="https://s3.eu-west-2.amazonaws.com/win-btc.net/824914.jpg"> | |
<main> | |
<div style=" background: rgba(0, 0, 0, 0.4);display: block; height: 100vh;"> | |
<div class="title" style="text-align: center;font-size: 5rem;"> | |
Win Bitcoins | |
</div> | |
<!-- <hr> --> | |
<h1>503</h1> | |
<hr> | |
<h2>Countdown to the biggest Crypto Giveaway everComing Soon</h2> | |
</div> | |
</main> | |
<style> | |
</style> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment