classic mii

The wii classic mii! And this is all make by html! And news for Daniel R. Hall button prowr g 5 is coming out soon

by Daniel Hall

HTML

<body id="background" style="background-color: #ccfcff">
<p>Make you</p>
<div id="hair" style="
position: absolute;
left: 33%;
top: 53%;
width: 25%;
height: 3%;
background-color: #445455;">

</div>
<button onclick="document.getElementById('hair')
.style.backgroundColor = 'black'">
black hair
</button>
<button onclick="document.getElementById('hair')
.style.backgroundColor = 'red'">
red hair
</button>
<button onclick="document.getElementById('hair')
.style.backgroundColor = 'yellow'">
yellow hair
</button>
<button onclick="document.getElementById('hair')
.style.backgroundColor = '#445454'">
old man hair
</button>
<button onclick="document.getElementById('hair')
.style.backgroundColor = 'purple'">
purple hair
</button>
<button onclick="document.getElementById('body')
.style.backgroundColor = 'red'">
red shirt
</button>
<div id="body" style="position: absolute;
left: 30%;
width: 30%;
top: 80%;
height: 35%;
background-color: blue;">

</div>
<button onclick="document.getElementById('body')
.style.backgroundColor = ('yellow')">
yellow shirt
</button>
<button onclick="document.getElementById('body')
.style.backgroundColor = 'blue'">
blue shirt
</button>
<button onclick="document.getElementById('body')
.style.backgroundColor = 'pink'">
pink shirt
</button>
<button onclick="document.getElementById('body')
.style.backgroundColor = 'purple'">
purple shirt
</button>
<button onclick="document.getElementById('body')
.style.backgroundColor = 'black'">
black shirt
</button>
<button onclick="document.getElementById('body')
.style.backgroundColor = 'white'">
white shirt
</button>
<button onclick="document.getElementById('body')
.style.backgroundColor = 'orange'">
orange shirt
</button>
<button onclick="document.getElementById('pants')
.style.backgroundColor = 'black'">
black pants
</button>
<button onclick="document.getElementById('pants')
.style.backgroundColor = 'LightBlue'">
blue pants
</button>
<div id="arm" style="
position: absolute;
left: 25%;
top: 85%;
width: 5%;
height:...