用户:Sam0324/Sandbox.css:修订间差异

来自Limbo Wiki
(Sam0324将页面用户:Sam0324/Sandbox.css的内容模型从“CSS”更改为“已过滤的CSS”)
标签内容模型更改
无编辑摘要
第5行: 第5行:
}
}
.data{
.data{
margin-left:auto;
margin-right:auto;
margin-top:2em;
margin-bottom:2em;
  width:90%;
  width:90%;
  border:5px solid white;
  border:5px solid white;
}
}

2022年3月19日 (六) 05:57的版本

.body{
 width:100%;
 height:100vh;
 background-color:black;
}
.data{
 width:90%;
 border:5px solid white;
}