1 Star 0 Fork 2

王可心/mbira-yew

forked from planet0104/mbira-yew 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
planet0104 提交于 2021-07-25 17:55 . first commit
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Mbira</title>
<!-- <link data-trunk rel="copy-dir" href="node_modules"/> -->
<link data-trunk rel="scss" href="node_modules/yew-styles/main.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no" />
<style>
html,
body { padding: 0; background-color: black; }
canvas{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.buttons{
position: fixed;
left: 0px;
top: 0px;
z-index: 100;
width: 100%;
display: flex;
padding-top: 5px;
padding-bottom: 5px;
justify-content: center;
}
.buttons select{
width: 16%;
background: black;
border: solid 0.5px #333;
border-radius: 0px;
margin-left: 0.5%;
margin-right: 0.5%;
color: white;
text-align: center;
color: #aaa;
}
.buttons [type="range"]{
border: solid 1px #f00;
width: 83%;
opacity: 0.3;
}
</style>
</head>
<body></body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/wkx11/mbira-yew.git
git@gitee.com:wkx11/mbira-yew.git
wkx11
mbira-yew
mbira-yew
main

搜索帮助