threex
Version:
Game Extensions for three.js http://www.threejsgames.com/extensions/
24 lines (23 loc) • 341 B
CSS
body {
overflow : hidden;
padding : 0;
margin : 0;
color : #BBB;
background-color: #222;
font-family : arial;
font-size : 100%;
}
#info {
position : absolute;
top : 0px;
width : 100%;
padding : 5px;
text-align : center;
}
#info a {
color : #66F;
text-decoration : none;
}
#info a:hover {
text-decoration : underline;
}