Skip to content

Instantly share code, notes, and snippets.

@ffub
Last active September 8, 2020 21:15
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 ffub/cb4dbfb879f830341a2b16d52a258560 to your computer and use it in GitHub Desktop.
Save ffub/cb4dbfb879f830341a2b16d52a258560 to your computer and use it in GitHub Desktop.
One-pager
<!DOCTYPE html>
<html>
<head>
<title>Stephen Tomlinson - UX Designer</title>
<style>
body {
background: rgb(20,20,25);
color: white;
font-family: "IBM Plex Mono";
}
a {
color: inherit;
}
.body {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
}
.text {
font-size: 18px;
max-width: 400px;
color: #B3B3B3;
-webkit-font-smoothing: antialiased;
}
strong {
font-weight: inherit;
color: white;
}
</style>
</head>
<body>
<div class="body">
<div class="text">
<p><strong>Stephen Tomlinson</strong> is a UX designer and Experience Lead at <a href="http://www.inviqa.com">Inviqa</a>.</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment