1 Star 0 Fork 0

华顺超/CanvasOrbitalTrails

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
华顺超 提交于 2021-10-20 10:45 . 首次提交
body {
background: #000;
color: #aaa;
font: 100%/20px helvetica, arial, sans-serif;
}
canvas {
display: block;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%
}
#control-panel {
background: rgba(0,0,0,.75);
border: 1px solid #333;
left: 20px;
padding: 10px 15px;
position: absolute;
top: 20px;
z-index: 2;
}
p {
font-size: 12px;
margin: 0 0 5px;
}
label {
font-size: 12px;
font-weight: bold;
}
button {
display: block;
margin: 10px 0 5px;
}
a {
border-bottom: 1px dotted #444;
color: #fff;
font-size: 12px;
text-decoration: none;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huashunchao/canvas-orbital-trails.git
git@gitee.com:huashunchao/canvas-orbital-trails.git
huashunchao
canvas-orbital-trails
CanvasOrbitalTrails
master

搜索帮助