JSFiddle - React, Tailwind, and code Playground
by Daniel Hall
HTML
<div id="robot">
<div id="body"></div>
<div id="body2"><p>welcome to the ipod touch!</p></div>
CSS
body {
font-family: "Comic Sans MS", cursive, sans-serif;
}
p {
font-size: 3em;
}
#body {
position: absolute;
left: 27%;
top: 3%;
width: 45%;
height: 60%;
background-color: #dadada;
padding-top: 30px;
}
#body2 {
position: absolute;
left: 34%;
top: 10%;
width: 30%;
height: 50%;
background-color: #800000;
text-align:center;
padding-top: 0px;
}
JavaScript
alert("this is a ipod touch")