Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 785 Bytes

043-wrench.md

File metadata and controls

41 lines (36 loc) · 785 Bytes

#43 Wrench

GO TO THE PROBLEM

#43 Wrench

Solutions

<div class="left"></div>
<div class="right"></div>
<style>
  body {
    background: #6592cf;
  }
  div {
    position: absolute;
    top: 30px;
    width: 40px;
    height: 182px;
    border: 30px solid #243d83;
    border-left: none;
    border-radius: 0 100px 100px 0;
  }
  .left {
    left: 145px;
  }
  .right {
    transform: scaleX(-1);
    left: 185px;
  }
</style>
<a><a b><style>*{background:#6592cf}a{position:fixed;left:145;top:30;width:40;height:182;border:30px solid#243d83;border-left:none;border-radius:0 100px 100px 0}[b]{transform:scaleX(-1);left:185