Skip to content

Instantly share code, notes, and snippets.

@tynrare
Created March 18, 2021 22:55
Show Gist options
  • Save tynrare/bcac3153f236350706f3ff6c889bba55 to your computer and use it in GitHub Desktop.
Save tynrare/bcac3153f236350706f3ff6c889bba55 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
</head>
<!-- # Body -->
<body>
<div class="dust-center-0">
<p>rrrRRR.</p>
</div>
</body>
<!-- # Style -->
<!-- ## Page style -->
<style>
body {
font-size: 120px;
font-family: 'Dosis', sans-serif;
}
.dust-center-0 {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 100%;
margin: 0;
background-color: #4c97d6;
}
.dust-center-0 p {
color: #e0e5df;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
</style>
<!--
## Google fonts
[Dosis](https://fonts.google.com/specimen/Dosis)
-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dosis&family=Poppins:wght@100&display=swap" rel="stylesheet">
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment