Skip to content

Instantly share code, notes, and snippets.

@slim-python
Created August 20, 2020 21:09
Show Gist options
  • Save slim-python/6333f4a2bdb5c851e5d5b5031cf4f667 to your computer and use it in GitHub Desktop.
Save slim-python/6333f4a2bdb5c851e5d5b5031cf4f667 to your computer and use it in GitHub Desktop.
this is the css part
<style>
body {
background-color: #111;
}
#app {
font-family: "Montserrat";
text-align: center;
color: #FFF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h1 {
background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
background-size: cover;
color: transparent;
-moz-background-clip: text;
-webkit-background-clip: text;
font-size: 50px;
padding: 20rem;
text-transform: uppercase;
}
#author{
margin: -18rem -60rem 0 0;
color: rgba(255, 255, 255, 0.137);
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment