User:Selfice/sandbox/首页/styles.css:修订间差异
< User:Selfice | sandbox/首页
Selfice已變更頁面User:Selfice/sandbox/首页/styles.css的內容模型自「CSS」至「已過濾的CSS」 标签:内容模型更改 |
无编辑摘要 |
||
第12行: | 第12行: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | justify-content: center; | ||
} | |||
.welcome_title{ | |||
width:100px; | |||
font-weight: bold; | |||
font-size: 246px; | |||
} | } |
2024年12月26日 (四) 22:57的版本
.base_block { padding: 1.6em; margin: 0.8em auto; background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 5px #aaa; } .base_block_main{ max-width: 1600px; } .flex_block{ display: flex; flex-wrap: wrap; justify-content: center; } .welcome_title{ width:100px; font-weight: bold; font-size: 246px; }