Template:Header tabs memory/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
(Created page with ".header-tab-button-container { display: inline-block; text-align: center; margin: auto; } .header-tab-button { width: 100px; padding: .25em; text-align: center; margin: 4px; }")
 
mNo edit summary
Line 6: Line 6:


.header-tab-button {
.header-tab-button {
background: #ccc;
border: 1px solid black;
width: 100px;
width: 100px;
padding: .25em;
padding: .25em;

Revision as of 02:37, 31 January 2024

.header-tab-button-container {
	display: inline-block;
	text-align: center;
	margin: auto;
}

.header-tab-button {
	background: #ccc;
	border: 1px solid black;
	width: 100px;
	padding: .25em;
	text-align: center;
	margin: 4px;
}