1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00
Minecraft-ArmorStand/style.css
2014-08-18 17:44:26 +02:00

38 lines
No EOL
431 B
CSS

html, body{
height: 100%;
font-family: Arial;
margin: 0;
padding: 0;
}
canvas{
position: relative;
top: 0;
left: 0;
}
body{
background-color: #dddddd;
}
#gl{
width: 60%;
height: 100%;
float: left;
cursor: move;
}
#controls{
background-color: #ffffff;
box-shadow: 0 2px 4px #555555;
margin: 1em;
margin-left: 60%;
}
#inputsection{
margin: 0.5em;
}
h1{
text-align: center;
font-family: "Oswald", sans-serif;
}