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:
27
client/components/ad.css
Normal file
27
client/components/ad.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user