Template: Four-buttons/styles.css

No edit summary
No edit summary
Line 6: Line 6:
background-color: #eee;
background-color: #eee;
text-align: center;
text-align: center;
color: inherit;
border-radius: 3px;
padding: 0.5em;
}
.tpl-governance-nav a:hover {
text-decoration: none;
}
}
.tpl-governance-nav-title {
.tpl-governance-nav-title {

Revision as of 00:18, 20 July 2021

.tpl-governance-nav a {
	display: inline-block;
	width: 20em;
	max-width: 45%;
	margin: 1em;
	background-color: #eee;
	text-align: center;
	color: inherit;
	border-radius: 3px;
	padding: 0.5em;
}
.tpl-governance-nav a:hover {
	text-decoration: none;
}
.tpl-governance-nav-title {
	font-weight: bolder;
	display: block;
}
Discuss this page