Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 640 Bytes

007-leafy-trail.md

File metadata and controls

33 lines (28 loc) · 640 Bytes

#7 Leafy Trail

GO TO THE PROBLEM

#7 Leafy Trail

Solutions

<div></div>
<style>
  body {
    background: #0b2429;
  }
  div {
    width: 150px;
    height: 150px;
    position: absolute;
    inset: 75px 175px;
    background: #f3ac3c;
    border-radius: 100px 0;
    box-shadow: -50px 0 #998235, -100px 0 #1a4341;
  }
</style>
<p><style>*{background:#0b2429}p{width:150;height:150;margin:75 167;background:#f3ac3c;border-radius:100px 0;box-shadow:-50px 0#998235,-100px 0#1a4341