<div></div>
<style>
body {
background-color: #998235;
}
* {
margin: 0;
}
div {
width: 230px;
height: 100px;
transform: translate(70px, 85px);
background: linear-gradient(to right, #0b2429 50%, #998235 50%);
border: 15px solid #0b2429;
border-radius: 100px/100px;
}
</style>
Attempt | Score | Link |
---|---|---|
1 | 619.49 {317}, 100% match | Link to the solution |
2 | 633.24 {261}, 100% match | Link to the solution |
3 | 676.18 {174}, 100% match | Link to the solution |