Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 964 Bytes

018-matrix.md

File metadata and controls

35 lines (30 loc) · 964 Bytes

#18 Matrix

GO TO THE PROBLEM

#18 Matrix

Solutions

<div></div>
<style>
  body {
    background: #5c434c;
    margin: 10px;
  }
  div {
    width: 80px;
    height: 80px;
    background: #f09462;
    border-radius: 80px 0 0 0;
    box-shadow: 100px 0 #f5d6b4, 200px 0 #f09462, 300px 0 #f5d6b4, 0 100px
        #f5d6b4, 100px 100px #f09462, 200px 100px #f5d6b4, 300px 100px #f09462, 0
        200px #f09462, 100px 200px #f5d6b4, 200px 200px #f09462,
      300px 200px #f5d6b4;
  }
</style>
<div><style>body{background:#5c434c;margin:10}div{width:80;height:80;background:#f09462;border-radius:80px 0 0;box-shadow:100px 0#f5d6b4,200px 0#f09462,300px 0#f5d6b4,0 100px#f5d6b4,100px 100px#f09462,200px 100px#f5d6b4,300px 100px#f09462,0 200px#f09462,100px 200px#f5d6b4,200px 200px#f09462,300px 200px#f5d6b4