Skip to content

Instantly share code, notes, and snippets.

@eesazahed
eesazahed / style.css
Last active August 21, 2024 20:26
CSS uploaded by scrapbook.hackclub.com/customizer
@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 {