Template:ProsAndCons/styles.css

From BerserkerLoop
< Template:ProsAndCons
Revision as of 05:07, 4 January 2023 by Crimsongaia (talk | contribs) (Created page with ".pro-con-box { position: relative; padding: 10px; } #pro-con-table { width: calc(100% - 20px); border-collapse: collapse; } .pro-con-box table td { padding: 0.5em; } .pro-con-summary { text-align: center; font-size: 1em; } .pro-con-header { font-size: 1.1em; font-weight: bold; text-align: center; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.pro-con-box {
	position: relative;
	padding: 10px;
}

#pro-con-table {
	width: calc(100% - 20px);
	border-collapse: collapse;
}

.pro-con-box table td {
	padding: 0.5em;
}

.pro-con-summary {
	text-align: center;
	font-size: 1em;
}

.pro-con-header {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}