Skip to content

Instantly share code, notes, and snippets.

View ChalkHuman's full-sized avatar

ChalkHuman

  • I'm in my mum's car, vroom vroom
View GitHub Profile
body {
background: linear-gradient(221deg, rgb(128, 37, 152) 0%, rgb(20, 150, 250) 100%);
background-size: 400% 400%;
animation: moveBackground 4s infinite;
}
.nav-link-home {
color: rgb(240, 233, 240);
}