Module: Tabs/styles.css

(Created page with ".mdl-tabs { display: flex; font-size: 1.2em; margin: auto; padding-top: 20px; } .mdl-tabs-tab { border-bottom: 8px solid #2e4e67; text-align: center; }")
 
No edit summary
Line 1: Line 1:
.mdl-tabs {
.mdl-tabs {
display: flex;
display: flex;
justify-content: center;
margin: auto;
font-size: 1.2em;
font-size: 1.2em;
margin: auto;
padding-top: 20px;
padding-top: 20px;
}
}
Line 8: Line 9:
border-bottom: 8px solid #2e4e67;
border-bottom: 8px solid #2e4e67;
text-align: center;
text-align: center;
margin: 0 1em;
padding: 0 2em;
}
}

Revision as of 02:46, 13 November 2023

.mdl-tabs {
	display: flex;
	justify-content: center;
	margin: auto;
	font-size: 1.2em;
	padding-top: 20px;
}
.mdl-tabs-tab {
	border-bottom: 8px solid #2e4e67;
	text-align: center;
	margin: 0 1em;
	padding: 0 2em;
}
Discuss this page