Created
February 28, 2022 22:20
-
-
Save jeremyboggs/51e35d7c5873df9013b5bab2af05ab0b to your computer and use it in GitHub Desktop.
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
<!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>[…] <em>Insert Name Here</em></h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment