feat: complete day 6
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user