Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 700 Bytes

031-equals.md

File metadata and controls

38 lines (33 loc) · 700 Bytes

#31 Equals

GO TO THE PROBLEM

#31 Equals

Solutions

<div></div>
<style>
  body {
    background: #aa445f;
    display: grid;
    place-items: center;
  }
  div {
    width: 250px;
    height: 200px;
    border-radius: 100px;
    background: linear-gradient(
      90deg,
      #f7ec7d 40%,
      #aa445f 40%,
      #aa445f 60%,
      #e38f66 60%
    );
  }
</style>
<p><style>*{background:#aa445f;}p{margin:50 67;width:250;height:200;border-radius:100px;background:linear-gradient(90deg,#f7ec7d 40%,#aa445f 40%,#aa445f 60%,#e38f66 60%)