DEV Community

Cover image for CSS Battle #7 level 37
Yash Harkhani
Yash Harkhani

Posted on

CSS Battle #7 level 37

Link: https://cssbattle.dev/play/36

<div><p><p b>
<style>
  *{
    background: #1A4341;
    position: fixed
  }
  p{
    width: 50;
    height: 250;
    background: #F3AC3C;
    margin: 92 17;
    border-radius: 100px;
    -webkit-box-reflect: right 100px
  }p[b]{
    background: #998235;
    margin: -58 92;
    -webkit-box-reflect: right 100px
  }div{
    -webkit-box-reflect: right 534px
  }
Enter fullscreen mode Exit fullscreen mode

Top comments (0)