Created
January 29, 2023 18:22
-
-
Save ajs256/3cf0afaeb630917817ac662e3946128c to your computer and use it in GitHub Desktop.
my hackclub scrapbook css!!
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
body { | |
background: url(https://sprig.hackclub.com/pcb.svg), #016535; | |
background-size: cover; | |
background-attachment: fixed; | |
background-position: center center; | |
} | |
.header { | |
background: rgba(54,66,85,.75); | |
border-radius: 16px 16px 0 0; | |
} | |
.header-col-1 { | |
padding: 50px; | |
} | |
.nav-link { | |
color: white !important; | |
} | |
.header-title-name { | |
color: white !important; | |
} | |
.posts { | |
border-radius: 0 0 16px 16px; | |
} | |
.header-chart { | |
align-self: center !important; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment