feat: complete day 6

This commit is contained in:
Ayobami
2025-07-14 21:52:29 +01:00
parent 61d9872bab
commit f87c93e85c
9 changed files with 246 additions and 73 deletions
+15 -1
View File
@@ -4,5 +4,19 @@ body {
}
a {
color: #00B7FF;
color: #00b7ff;
}
#results {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 8px;
}
.productCard {
border: 2px solid black;
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: center;
}