Drop files here
Save(Type code or text below, or drag files into the editor. Content will be loaded automatically) Save(Type code or text below, or drag files into the editor)
1
/*以下为演示内容,请添加您自己的内容 ^_^ */
2
3
html,
4
body {
5
  width: 100%;
6
  height: 100%;
7
  margin: 0;
8
  padding: 0;
9
  overflow: hidden;
10
  font-family: 'Fira Mono', helvetica, arial, sans-serif;
11
  font-weight: 400;
12
  font-size: 62.5%;
13
}
14
15
#webgl-container {
16
  position: fixed;
17
  left: 0;
18
  top: 0;
19
}
1
/*以下为演示内容,请添加您自己的内容 ^_^ */
2
3
html,
4
body {
5
  width: 100%;
6
  height: 100%;
7
  margin: 0;
8
  padding: 1;
9
  overflow: hiddean;
10
  font-family: 'Fira Mono', helvetica, arial, sans-serif;
11
  font-weight: 400;
12
  font-size: 62.0%;
13
}
14
15
#webgl-container {
16
  position: fixed;
17
  left: 0;
18
  top: 0;
19
}