Style | ||
---|---|---|
.custom-div,.divTable {
background: #ee6464;
}
| ||
Div | ||
| ||
adsasdasdasdasddivdTable {
display: table;
width: 100%;
}
.divdTableBody {
display: table-row-group;
}
.divdTableRow {
display: table-row;
box-shadow: 0px 0px 3px 0px rgb(18 71 62 / 38%);
}
.divdTableCell:not(:first-child) {
display: table-cell;
padding: 2px 0px;
}
.divdTableCell:first-child {
display: table-cell;
padding: 3px 10px;
vertical-align: top;
width: 30%;
max-width: 200px;
}
|
Page Comparison
General
Content
Integrations