Template:Color chart X11/custom.css

From blackwiki
< Template:Color chart X11
Revision as of 22:19, 28 October 2020 by imported>Walwal20 (Add CSS to make the white borders as desired. This is the HTML 5 way to add the borders.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.color-chart-x11-table td:nth-child(2) {
	font-family: Courier New, Lucida Console, Consolas, monospace;
	white-space: nowrap;
}

.color-chart-x11-table td:nth-child(3) {
	font-family: Courier New, Lucida Console, Consolas, monospace;
	white-space: nowrap;
}

.color-chart-x11-table td, th {
	padding: 5px;
	margin: 0px;
	border: solid white 2px;
}