Add files via upload

main
Gabe Farrell 2 years ago committed by GitHub
commit d77d9546cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,24 @@
h1
{
font-family: 'Playfair Display';
font-size: 50px;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
input
{
margin: 0;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-75%, -77%);
transform: translate(-50%, 200%);
width: 200px;
height: 20px;
}

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<body style="background-color:rgb(0, 0, 0);"></body>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 style="color: white;">INVITE ONLY</h1>
<input type="password" id="Name" name="Name" placeholder="password">
</body>
</html>
Loading…
Cancel
Save