这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
用户:Sam0324/Sandbox.css
跳转到导航
跳转到搜索
.body {
padding:10px;
width:auto;
height:100vh;
background-color:black;
}
.data {
margin:0 auto;
width:100%;
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:200px;
margin-left:20px;
height:6em;
background-image: linear-gradient(rgba(120,128,135,0), rgba(120,128,135,1));
color:white;
border-bottom:3px solid white;
}
.frame{
width:680px;
margin:0 auto;
}
@media screen and (max-width:470px) {
.frame{
width:460px;
}
}