Untitled

 avatar
unknown
plain_text
9 months ago
309 B
13
Indexable
<div></div>
<style>
  * {
    background: #7DDDEB;
    color: #4763B1;
    position: fixed;
  }
  div {
    width: 90;
    height: 180;
    background: #4763B1;
    border-radius: 0 90px 90px 0;
    top: 60; left: 10;
    box-shadow: 100px 0;
    -webkit-box-reflect: right 200px;
  }
</style>
Editor is loading...
Leave a Comment