Template:LangNavBox/styles.css: Difference between revisions

From DDraceNetwork
(Created page with ".language-box { box-sizing: border-box; text-align: center; width: 100%; border: 2px solid #000B59; border-radius:4px; margin-bottom: 10px; }")
(No difference)

Revision as of 08:32, 22 February 2022

.language-box {
	box-sizing: border-box;
	text-align: center; 
	width: 100%; 
	border: 2px solid #000B59; 
	border-radius:4px; 
	margin-bottom: 10px;
}