mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 05:55:35 +00:00
Shiny, colorful cube
Has not much to do with Minecraft, but it's worth committing.
This commit is contained in:
parent
18ddc0426c
commit
54b1bdef3e
4 changed files with 35960 additions and 10 deletions
32
style.css
32
style.css
|
@ -1,10 +1,40 @@
|
|||
*{
|
||||
font-family: Arial;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html, body{
|
||||
height: 100%;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
canvas{
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
#gl{
|
||||
width: 60%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue