Last active
August 21, 2024 20:26
-
-
Save eesazahed/67b21e23e8b5f229ac265a4b9c33a9fe to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
This file contains hidden or 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
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"); | |
body { | |
padding: 0rem 2rem; | |
font-family: "Inter", sans-serif; | |
color: white; | |
background: linear-gradient(to left top, #1a56fa, #1e0044); | |
} | |
.header-col-1 section { | |
margin: 2rem 0rem; | |
} | |
.header-title-name { | |
font-size: 4rem; | |
margin-bottom: 1rem; | |
background-image: linear-gradient(to right, cyan, lime); | |
-webkit-background-clip: text; | |
background-clip: text; | |
color: transparent; | |
} | |
.post-text a, | |
a { | |
color: #00f3a6; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment