<p cube>
<p dots>
<style>
body {
background: #66284A;
margin: 0;
}
[cube] {
width: 140;
height: 140;
background: #F0CD48;
border-radius: 29px;
margin: 90 140;
border: 10px solid #66284A;
box-shadow: -40px -40px 0 -10px #F0CD48;
}
[dots] {
width: 30;
height: 30;
background: #66284A;
margin: -185 205;
border-radius: 50%;
box-shadow: 35px 35px #66284A, -35px 35px #66284A, 35px -35px #66284A, -35px -35px #66284A;
}
</style>
Attempt | Score | Link |
---|---|---|
1 | 603.51 {497}, 100% match | Link to the solution |
2 | 608.03 {410}, 100% match | Link to the solution |
3 | 623.81 {296}, 100% match | Link to the solution |