1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-29 12:26:09 +01:00

Setup ads

This commit is contained in:
Phuoc Nguyen
2020-04-07 10:23:30 +07:00
parent b11f0687de
commit ed6b08e303
5 changed files with 73 additions and 0 deletions

27
client/components/ad.css Normal file
View File

@@ -0,0 +1,27 @@
/**
* A collection of popular layouts and patterns made with CSS (https://csslayout.io)
* (c) 2019 - 2020 Nguyen Huu Phuoc <https://twitter.com/nghuuphuoc>
*/
#carbonads {
background-color: #edf2f7;
padding: 0.5rem;
position: relative;
max-width: 24rem;
}
.carbon-wrap {
display: flex;
}
.carbon-img {
margin-right: 0.5rem;
}
.carbon-poweredby {
bottom: 0;
font-size: 0.75rem;
padding-bottom: 0.5rem;
padding-right: 0.5rem;
position: absolute;
right: 0;
}