1 Star 0 Fork 0

vtxf / webxr-experiment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
vtxf 提交于 2020-06-15 16:58 . 'init'
/* CSS files add styling rules to your content */
body {
font: 1.1rem "Verdana", helvetica, arial, sans-serif;
margin: 1rem;
width: 700px;
}
h1 {
font-style: bold;
font-size: 1.75rem;
color: #373fff;
}
canvas {
background-color: black;
border: 2px solid black;
width: 640px;
height: 340px;
margin-bottom: 1em;
}
kbd {
border-radius: 4px 2px;
border: 1px solid #000;
border-radius: 4px;
padding: 0 1px 0 1px;
background-color: #eee;
}
.matrix-box {
border: 1px solid #999;
box-shadow: 2px 4px 4px #bbb;
width: 320px;
height: 11em;
font: 1em Verdana,Helvetica,"Open Sans", sans-serif;
display: inline-block;
}
.matrix-box h2 {
font-size: 1.1rem;
font-weight: bold;
text-decoration: underline;
text-decoration-skip-ink: auto;
text-align: center;
}
.matrix-box div {
font-size: 1rem;
}
.button-box {
background-color: #DDD;
color: #000;
width: 660px;
border-radius: 0.5em 0.5em;
padding-left: 1em;
padding-top: 0.5em;
margin-bottom: 1em;
margin-top: 1.2em;
}
.button-row {
margin-bottom: 0.7em;
}
.button-row button {
margin-bottom: 1em;
}
.click-here {
font-size: 1rem;
font-weight: bold;
}
math {
font: 1.1rem Verdana,Helvetica,"Open Sans", sans-serif;
}
JavaScript
1
https://gitee.com/vtxf3d/webxr-experiment.git
git@gitee.com:vtxf3d/webxr-experiment.git
vtxf3d
webxr-experiment
webxr-experiment
master

搜索帮助