Skip to content

Instantly share code, notes, and snippets.

@hibuno
Created January 16, 2018 16:09
Show Gist options
  • Save hibuno/234f4244eaf1d57306f60bc55edcfc7a to your computer and use it in GitHub Desktop.
Save hibuno/234f4244eaf1d57306f60bc55edcfc7a to your computer and use it in GitHub Desktop.
Example styling profile page
<style>
html,
body {
padding: 0;
margin: 0;
}
body {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
h2 {
font-size: 48px;
color: #389acd;
}
p {
font-size: 18px;
color: #ababab;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment