started diy store card
This commit is contained in:
@@ -54,6 +54,29 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.store-cards {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
width: 10em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
color: black;
|
||||
gap: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.card-image {
|
||||
width: 100%;
|
||||
aspect-ratio: 1/1;
|
||||
}
|
||||
|
||||
.search-logo img {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user