View source for TemplateStyle:Card.css
From Halopedia, the Halo wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
.tg-card {
--tg-card-image-color_r: 0;
--tg-card-image-color_g: 0;
--tg-card-image-color_b: 0;
position: relative;
border: 1px solid rgba(0,0,0,0.08);
border-radius: 8px;
overflow: hidden;
display: flex;
flex-direction: column;
}
.tg-card-header,
.tg-card-footer {
padding: 0.5rem 1rem;
background: #f0e3cf;
}
.tg-card-footer {
000
1:0
Return to TemplateStyle:Card.css.