Skip to content

Instantly share code, notes, and snippets.

View Makazmcfee1's full-sized avatar

mark armstrong Makazmcfee1

  • uk
View GitHub Profile
@adrianhajdin
adrianhajdin / App.scss
Last active April 9, 2024 14:26
Build and Deploy the Ultimate Web Development Portfolio
.app {
background-color: var(--primary-color);
font-family: var(--font-base);
}
.app__whitebg {
background-color: var(--white-color);
}
.app__primarybg {