Template:Big Button/styles.css: Difference between revisions

From OnTrackNorthAmerica
(Created page with ".Button{ border-style:solid; padding: 10px; } .page h2{ border: none; }")
 
(changes to h2 for better spacing)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
.Button{
.button{
border-style:solid;
border-style:solid;
padding: 10px;
padding: 10px;
}
}


.page h2{
.button h2{
border: none;
border:none;
padding:10px;
margin:auto;
}
}

Latest revision as of 14:57, 25 July 2025

.button{
	border-style:solid;
	padding: 10px;
}

.button h2{
	border:none;
	padding:10px;
	margin:auto;
}