Skip to content

Instantly share code, notes, and snippets.

@csthompson
Created April 25, 2021 18:01
Show Gist options
  • Save csthompson/de8530d1dee0a7b5c9b32ef2c810c589 to your computer and use it in GitHub Desktop.
Save csthompson/de8530d1dee0a7b5c9b32ef2c810c589 to your computer and use it in GitHub Desktop.
<html>
<style>
@font-face {
font-family: Somatic;
src: url("./Somatic-Rounded.otf") format("opentype");
}
body {
margin: 0px;
}
.card {
background-color: #0abde3;
color: white;
width: 597px;
height: 1122px;
font-family: Somatic;
padding-top: 200px;
}
.prompt {
text-align: left;
margin: auto;
font-size: 48px;
height: 50%;
width: 470px;
}
</style>
<body>
<div id="card" class="card">
<div class="prompt">
{{card.Prompt}}
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment