1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-07 14:46:38 +02:00
Files
csslayout/client/components/product.css
Phuoc Nguyen 692e3a2adb Tweak sidebar
2021-04-19 21:59:10 +07:00

30 lines
559 B
CSS

/**
* A collection of popular layouts and patterns made with CSS (https://csslayout.io)
* (c) 2019 - 2021 Nguyen Huu Phuoc <https://twitter.com/nghuuphuoc>
*/
.product {
border-radius: 0.5rem;
color: #FFF;
margin: 1rem 0;
overflow: hidden;
padding: 1rem;
}
.product a {
color: #FFF;
text-align: center;
text-decoration: none;
}
.product__logo {
display: flex;
height: auto;
margin: 0 auto;
width: 6rem;
}
.product__name {
font-size: 1.5rem;
margin: 1rem;
}
.product__desc {
text-align: center;
}