mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 18:56:29 +02:00
24 lines
480 B
CSS
24 lines
480 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>
|
|
*/
|
|
|
|
#carbonads {
|
|
border: 1px solid rgba(0, 0, 0, .3);
|
|
border-radius: 0.5rem;
|
|
padding: 0.5rem;
|
|
}
|
|
.carbon-img {
|
|
display: block;
|
|
margin-bottom: 0.5rem;
|
|
text-align: center;
|
|
}
|
|
.carbon-poweredby {
|
|
display: block;
|
|
font-size: 0.75rem;
|
|
text-align: right;
|
|
}
|
|
.carbon-text {
|
|
display: block;
|
|
}
|