e-civ-planet
Version:
A WebGL virtual globe and map engine based on webglobe
37 lines (30 loc) • 523 B
CSS
* {
margin: 0;
padding: 0; }
html,
body {
width: 100%;
height: 100%; }
body {
position: relative;
overflow: hidden;
cursor: default; }
#canvasId {
cursor: default; }
#fork-me {
position: absolute;
right: 0;
top: 0;
outline: none ; }
#fork-me img {
position: absolute;
top: 0;
right: 0;
left: auto;
bottom: auto; }
#about-me {
position: absolute;
right: 0;
bottom: 0;
outline: none ; }
/*# sourceMappingURL=index.29cf63dca7e7518a7eb9d282735f966b.css.map*/