diff options
author | Joonghun Park <jh718.park@samsung.com> | 2013-05-20 21:23:30 +0900 |
---|---|---|
committer | Joonghun Park <jh718.park@samsung.com> | 2013-05-21 14:56:09 +0900 |
commit | 32384bd1cc2a96ac0b149e5c4c59a147711e375f (patch) | |
tree | 4e613790b456955792791a03596d6aaca485dc3f /css | |
parent | 56620c5c4672bc3c57ffc7bd247ab851b5132453 (diff) | |
download | DeviceMotionCapture-32384bd1cc2a96ac0b149e5c4c59a147711e375f.tar.gz DeviceMotionCapture-32384bd1cc2a96ac0b149e5c4c59a147711e375f.tar.bz2 DeviceMotionCapture-32384bd1cc2a96ac0b149e5c4c59a147711e375f.zip |
[DeviceMotionCapture] initialize a package
Change-Id: Icc2483a5b6fb6a3197dfb22a773b4630e96833bf
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css new file mode 100755 index 0000000..72644b6 --- /dev/null +++ b/css/style.css @@ -0,0 +1,23 @@ +html, body { + overflow: hidden; + height: 99%; +} + +h1 { + font-size: 1.4em; + color: #6587ac; + margin: 0 10px 20px; +} + +#circle { + position: absolute; + right: 0; + bottom: 0; + width: 80px; + height: 80px; + border-radius: 80px; + background: #3366cc; + color: #fff; + text-align: center; + z-index: 99; +} |