Back

156 - Chinese checkers

<p>.<p>..<p>.......<p>......<p>.....<p>......<p>.......<p>..<p>.
<style>
  * {
    margin: 0;
    font-size: 178px;
    letter-spacing: -15px;
    line-height: 0;
    text-align: center;
    background: #926927;
  }
  p {
    margin: 25px;
    position: relative;
    top: -27.5px;
    left: -7.5px;
    color: #F8B140;
  }
</style>