Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Style
.custom-div,.divTable {
background: #ee6464;
}

Div
classcustom-div
adsasdasdasdasd
divdTable {
	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;
}