Created
August 20, 2020 21:09
-
-
Save slim-python/6333f4a2bdb5c851e5d5b5031cf4f667 to your computer and use it in GitHub Desktop.
this is the css part
This file contains 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
<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