< Back to Frontend Friday Folks Index

Elbow

Visit the official puzzle page (affiliate link!) to play it yourself. If you buy a course from CSSBattle through my affiliate link, I receive a share of it!

Highlighted solution (198 characters)
1
<div></div>
2
<style>&{margin:42px 42px;background:#6592cf}
3
  div{
4
    border: 50px solid #060f55;
5
    border-bottom: 0;
6
    border-right: 0;
7
    height: 150px;
8
    border-radius:100px 0;
9
  }
10
</style>

Okay, I had to do it while I was at a hackathon, so I didn't invest much time into it. It's refreshing to have a pretty easy target sometimes and this felt like one.

< Back to Frontend Friday Folks Index