Skip to content

Instantly share code, notes, and snippets.

@idstck
Created April 15, 2021 07:29
Show Gist options
  • Select an option

  • Save idstck/02473b76d56bcc76ba25f6902254cd66 to your computer and use it in GitHub Desktop.

Select an option

Save idstck/02473b76d56bcc76ba25f6902254cd66 to your computer and use it in GitHub Desktop.
.grid-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 16px;
}
.product-item {
align-items: center;
border-radius: 8px;
box-shadow: 0px 2px 5px #888;
display: flex;
flex-direction: column;
margin-bottom: 2%;
padding: 20px;
position: relative;
width: 32%;
}
.product-name {
margin-bottom: 0;
}
img {
height: 200px;
width: 200px;
border-radius: 5%;
}
a {
width: 100%;
}
button {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment