[DeviceMotionCapture] initialize a package
[samples/web/DeviceMotionCapture.git] / css / style.css
1 html, body {
2     overflow: hidden;
3     height: 99%;
4 }
5
6 h1 {
7     font-size: 1.4em;
8     color: #6587ac;
9     margin: 0 10px 20px;
10 }
11
12 #circle {
13     position: absolute;
14     right: 0;
15     bottom: 0;
16     width: 80px;
17     height: 80px;
18     border-radius: 80px;
19     background: #3366cc;
20     color: #fff;
21     text-align: center;
22     z-index: 99;
23 }