Untitled

 avatar
unknown
plain_text
10 months ago
606 B
20
Indexable
<horizontal></horizontal>
<vertical></vertical>
<conic></conic>
<style>
  * {
    background:  #050044;
    color: #D62E65;
    position: fixed;
  }
  horizontal, vertical {
    width: 128;
    height: 30;
    background: #D62E65;
    top: 88; left: 136;
    box-shadow: 98px 128px, 198px 128px, -98px 128px, -198px 128px;
  }
  vertical {
    width: 30;
    height: 128;
    box-shadow: 98px 0;
  }
  conic {
    width: 80;
    height: 80;
    border-start-start-radius: 79px;
    background: #D62E65;
    top: 136; left: 56;
    -webkit-box-reflect: right 128px;
  }
</style>
Editor is loading...
Leave a Comment