Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Created February 28, 2022 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyboggs/51e35d7c5873df9013b5bab2af05ab0b to your computer and use it in GitHub Desktop.
Save jeremyboggs/51e35d7c5873df9013b5bab2af05ab0b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<meta charset="utf-8">
<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=Nunito:wght@200;300&display=swap" rel="stylesheet">
<style>
html,body {
margin:0;
padding:0;
}
body {
background: #2F3E46;
color: white;
font-family: Nunito, sans-serif;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
</style>
<h1>[&hellip;] <em>Insert Name Here</em></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment