模板:Mainpage/style.css

来自临东市服务器Wiki
AurLemonCN讨论 | 贡献2023年9月27日 (三) 00:32的版本 (创建页面,内容为“→‎头部:​ .mp-header { } .mp-header__slogan { background: linear-gradient(90deg, #148A86 35%, #F0AB10 60%); text-align: left; font-size: 3.5rem; font-weight: bold; } .mp-header__title { text-align: left; font-weight: bold; font-size: 20px; letter-spacing: 1px; color: var(--color-base--subtle); }”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* 头部 */

.mp-header {
	
}

.mp-header__slogan {
	background: linear-gradient(90deg, #148A86 35%, #F0AB10 60%);
	text-align: left;
	font-size: 3.5rem;
	font-weight: bold;
}

.mp-header__title {
	text-align: left;
	font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--color-base--subtle);
}