mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 05:55:35 +00:00
45 lines
No EOL
519 B
CSS
45 lines
No EOL
519 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;
|
|
}
|
|
|
|
#code{
|
|
margin: 0.5em;
|
|
padding: 0.5em;
|
|
font-style: italic;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
h1{
|
|
text-align: center;
|
|
font-family: "Oswald", sans-serif;
|
|
} |