这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
用户:Sam0324/Sandbox.css:修订间差异
跳转到导航
跳转到搜索
小无编辑摘要 |
小无编辑摘要 |
||
| 第1行: | 第1行: | ||
.body{ | .body { | ||
width:100%; | width:100%; | ||
height:100vh; | height:100vh; | ||
background-color:black; | background-color:black; | ||
} | } | ||
.data{ | .data { | ||
margin:0 auto; | margin:0 auto; | ||
width:90%; | width:90%; | ||
border:5px solid white; | border:5px solid white; | ||
} | } | ||
.chapter{ | .chapter { | ||
background-image: linear-gradient(rgba(128,128,128,0), rgba(128,128,128,1)); | background-image: linear-gradient(rgba(128,128,128,0), rgba(128,128,128,1)); | ||
background-color: black; | background-color: black; | ||
} | } | ||
.button { | .button { | ||
display: inline-block; | |||
width:30%; | width:30%; | ||
margin-left:2.5%; | margin-left:2.5%; | ||
2022年3月19日 (六) 18:40的版本
.body {
width:100%;
height:100vh;
background-color:black;
}
.data {
margin:0 auto;
width:90%;
border:5px solid white;
}
.chapter {
background-image: linear-gradient(rgba(128,128,128,0), rgba(128,128,128,1));
background-color: black;
}
.button {
display: inline-block;
width:30%;
margin-left:2.5%;
height:6em;
background-image: linear-gradient(rgba(120,128,135,0), rgba(120,128,135,1));
color:white;
border-bottom:3px solid white;
}