加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
custome.css 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ecava_IGX 提交于 2022-08-16 14:31 . 上传文件
html, body {
font-family: helvetica;
height: 95%;
}
fieldset {
border-radius: 5px;
background: #eee;
margin: 20px;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,.3);
position: relative;
border: 2px groove threedface;
}
legend {
box-shadow: inset 0 -5px 5px rgba(255,255,255,.2);
text-shadow: 1px 1px 2px rgba(255,255,255,.3);
}
legend span {
display: block;
margin: -20px;
background: #fff;
padding: 0 20px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化