User:AlphSpirit/common.css: Difference between revisions

From TombstoneMMO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
.tsTable {
.tsTableCell:nth-child(1) {
display: inline-block;
background-color: red;
border: 2px ridge #5b8680;
border-radius: 4px;
}
.tsTableGrid {
display: grid;
}
}

Latest revision as of 17:44, 15 January 2025

.tsTableCell:nth-child(1) {
	background-color: red;
}