Template:Game/People.css

Template page
Revision as of 11:33, 29 September 2023 by Couchor (talk | contribs) (Created page with ".players__table { border: 1px solid #000; text-align: center; } .players__table:not(:first-child) {margin-top: 15px;} .players__table tr:not(:last-child) { border-bottom: 1px solid #000; } .players__table th, .players__table td { padding: 3px 0.5rem; } .players__table td:not(:last-child), .players__table th:not(:last-child) { border-right: 1px solid #000; } .players__header {display: flex; gap: 0.5rem; justify-content: center;}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.players__table {
	border: 1px solid #000;
	text-align: center;
}

.players__table:not(:first-child) {margin-top: 15px;}
.players__table tr:not(:last-child) {
	border-bottom: 1px solid #000;
}
.players__table th, .players__table td {
	padding: 3px 0.5rem;
}

.players__table td:not(:last-child), .players__table th:not(:last-child) {
	border-right: 1px solid #000;
}

.players__header {display: flex; gap: 0.5rem; justify-content: center;}