Skip to content

Instantly share code, notes, and snippets.

@mlshv
Created April 2, 2018 19:49
Show Gist options
  • Select an option

  • Save mlshv/492f01a5233561d3dea4d4df758a732a to your computer and use it in GitHub Desktop.

Select an option

Save mlshv/492f01a5233561d3dea4d4df758a732a to your computer and use it in GitHub Desktop.
ITCFnd. Карточка магазина - CSS
.store-card {
margin-bottom: 48px;
}
.store-card__link {
display: block;
text-decoration: inherit;
color: inherit;
}
.store-card__image {
width: 100%;
border-radius: 16px;
}
.store-card__name {
margin: 6px 0;
font-weight: bold;
font-size: 24px;
line-height: 32px;
text-align: left;
color: #333333;
}
.store-card__text {
margin: 6px 0 0 0;
}
.store-card__order-info {
margin: 6px 0;
font-size: 16px;
line-height: 22px;
}
.store-card__min-price {
font-weight: bold;
}
.store-card__delivery-info {
margin: 0 0 6px 0;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment