commit
d77d9546cd
@ -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…
Reference in new issue