You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
410 B
28 lines
410 B
.card {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 8rem;
|
|
min-width: 18rem;
|
|
padding: 1.5em;
|
|
margin: 1.2rem; /* for better display */
|
|
border: 0.3em solid black;
|
|
border-radius: 2em;
|
|
background-color: white;
|
|
}
|
|
|
|
svg {
|
|
height: 12vh;
|
|
width: 6vh;
|
|
}
|
|
|
|
.item {
|
|
margin: 1rem;
|
|
}
|
|
|
|
#main {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
} |