Created
April 28, 2024 21:02
-
-
Save supermarsx/d5f7ce5874f0251ba9c87b5c2a8beb46 to your computer and use it in GitHub Desktop.
Ugly yellow coming soon page example
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> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>.senciente</title> | |
<meta name="description" content="euroreale"> | |
<style type="text/css"> | |
html { | |
background-color: yellow; | |
} | |
p { | |
position: relative; | |
top: 50%; | |
font-size: 60px; | |
font-family: sans-serif; | |
font-weight: 500; | |
font-variant-caps: unicase; | |
letter-spacing: 1rem; | |
line-height: 3rem; | |
padding-left: 10%; | |
} | |
div { | |
position: relative; | |
height: 100%; | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<p>We're<br>Coming<br>Soon</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment