Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Created April 28, 2024 21:02
Show Gist options
  • Save supermarsx/d5f7ce5874f0251ba9c87b5c2a8beb46 to your computer and use it in GitHub Desktop.
Save supermarsx/d5f7ce5874f0251ba9c87b5c2a8beb46 to your computer and use it in GitHub Desktop.
Ugly yellow coming soon page example
<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