mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-06 22:26:33 +02:00
Fix ad
This commit is contained in:
@@ -6,21 +6,18 @@
|
||||
#carbonads {
|
||||
border: 1px solid rgba(0, 0, 0, .3);
|
||||
border-radius: 0.5rem;
|
||||
height: 9rem;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.carbon-wrap {
|
||||
display: flex;
|
||||
}
|
||||
.carbon-text {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.carbon-poweredby {
|
||||
bottom: 0;
|
||||
font-size: 0.75rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
.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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user