<style>
* {
background: #E3B52E;
box-shadow: inset 30px 0 #E3B52E, inset 60px 0 #8C292A;
border: 30px solid #8C292A;
margin: -30 125;
}
*>* {
box-shadow: none;
position: fixed;
margin: 75 -30;
padding: 45;
rotate: 45deg;
}
</style>
Attempt | Score | Link |
---|---|---|
1 | 629.09 {275}, 100.0% match | Link to the solution |
2 | 667.94 {186}, 100.0% match | Link to the solution |
1.) 625.22 {290}, 100.0% match
<style>
* {
background: linear-gradient(90deg, #0000 0 30px, #8C292A 0 60px, #0000 0) no-repeat #E3B52E;
border: 30px solid #8C292A;
margin: -30 125;
}
*>* {
background: #E3B52E;
position: fixed;
margin: 75 -30;
padding: 45;
rotate: 45deg;
}
</style>
Minified version: 657.78 {203}, 100.0% match
<style>*{background:linear-gradient(90deg,#0000,32q,#8c292a+0,20vh,#0000+0)repeat-y#e3b52e;border:solid#8c292a+32q;margin:-30+125;>*{background:#e3b52e;position:fixed;margin:75-30;padding:45;rotate:45deg