Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 453 Bytes

027_lock-up.md

File metadata and controls

27 lines (23 loc) · 453 Bytes

Battle #4 - Display

#27 - Lock Up

Link to the problem

result

<div></div>
<style>
  body {
    background: #E38F66;
  }
  div {
    width: 80px;
    height: 80px;
    background: #AA445F;
    border-radius: 50%;
    border: 30px solid;
    border-color: #F7EC7D #AA445F;
    box-shadow: 0 0 0 30px #AA445F;
    transform: rotate(45deg);
    margin: 80 122; 
  }
</style>