assignment 1

This commit is contained in:
Joey Eamigh
2024-09-20 20:10:37 -04:00
commit 52202eeb6f
42 changed files with 4838 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
@import 'common.css';
header {
background-color: var(--color-purple-500);
display: flex;
gap: 1rem;
align-items: center;
& > img {
width: 64px;
}
}
main {
background-color: var(--color-amber-500);
}
footer {
background-color: var(--color-emerald-500);
}
body {
& > * {
padding: 6rem 1rem;
}
}