Skip to content

Instantly share code, notes, and snippets.

@ajs256
Created January 29, 2023 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajs256/3cf0afaeb630917817ac662e3946128c to your computer and use it in GitHub Desktop.
Save ajs256/3cf0afaeb630917817ac662e3946128c to your computer and use it in GitHub Desktop.
my hackclub scrapbook css!!
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