<!DOCTYPE HTML >
<HTML>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<HEAD>
<TITLE>poppy test</TITLE>
<STYLE>* {font-size:1em;box-sizing:border-box;overflow-wrap: break-word;font-family:Arial }
html {scroll-behavior: smooth;text-transform:capitalize;overscroll-behavior: none;}
body{margin:0px;overscroll-behavior:none;background:#000000;
#poppyButtons{position:relative;height:150px;width:150px;border:5px solid olive;}
.pedalHold{position:absolute;top:0px;height:100%;width:40px;border:0px solid lime;}
.poppyPedal{ background: red;border:8px inset rgba(255,0,255,0.5);
;max-width:50px;height:80px;text-align:center;padding:4px;
font-size:1.5em;color:fusia;
border-radius:100%;}</STYLE>
</HEAD>
<BODY>
<DIV ID="poppyButtons">
<DIV class="pedalHold" style="left:50px;transform: rotate(45deg)"><DIV class="poppyPedal">1</DIV></DIV>
<DIV class="pedalHold" style="left:50px;transform: rotate(135deg)"><DIV class="poppyPedal">3</DIV></DIV>
<DIV class="pedalHold" style="left:50px;transform: rotate(270deg)"><DIV class="poppyPedal">6</DIV></DIV>
<DIV class="pedalHold" style="left:50px;transform: rotate(315deg)"><DIV class="poppyPedal">7</DIV></DIV>
<DIV class="pedalHold" style="left:50px;transform: rotate(90deg)"><DIV class="poppyPedal">2</DIV></DIV>
<DIV class="pedalHold" style="left:50px;transform: rotate(180deg)"><DIV class="poppyPedal">4</DIV></DIV>
<DIV class="pedalHold" style="left:50px;transform: rotate(225deg)"><DIV class="poppyPedal">5</DIV></DIV>
<DIV class="pedalHold" style="left:50px;transform: rotate(0deg)"><DIV class="poppyPedal">ยง</DIV></DIV>
<DIV class="pedalCent" style="position:absolute;left:45px;top:45px;width:50px;height:50px;background: green;border-radius:100%;border:8px inset rgba(0,60,40,0.5)"></DIV>
</DIV>
</BODY>
</HTML>