styles.css

来自异世界百科
< 模板:首页Banner
落雨枫讨论 | 贡献2023年8月22日 (二) 18:46的版本 (创建页面,内容为“.index-banner { padding: 40px 12px; display: flex; justify-content: center; align-items: center; background: darkgreen; gap: 55px; background-color: #38909F; } .index-banner .banner-text { display: flex; flex-direction: column; gap: 8px; color: white; } .index-banner .banner-text .banner-welcome { font-size: 18px; opacity: 0.8; } .index-banner .banner-text .banner-subtitle { text-align: right; font-size: 18px; font-style: oblique; opacity: 0…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.index-banner {
	padding: 40px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: darkgreen;
	gap: 55px;
	background-color: #38909F;
}

.index-banner .banner-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: white;
}

.index-banner .banner-text .banner-welcome {
	font-size: 18px;
	opacity: 0.8;
}

.index-banner .banner-text .banner-subtitle {
	text-align: right;
	font-size: 18px;
	font-style: oblique;
	opacity: 0.8;
}