<div></div>
<style>
body{
background:#191919
}
:before,:after,div{
content:'';
position:absolute;
}
body:before{
width:240px;
height:100px;
background:#F2AD43;
top:100px;
left:80px
}
div{
width:40px;
height:30px;
background:#191919;
top:100px;
left:160px;
border-radius:0 0 0 10px;
-webkit-box-reflect:right 0;
}
div:before{
width:10px;
height:20px;
background:#F2AD43;
left:30px;
top:10px;
}
div:after{
width:10px;
height:10px;
background:#F2AD43;
border-radius:100%;
top:5px;
left:25px;
color:#191919;
box-shadow:-115px 40px 0 45px,-50px 150px 0 95px
}
</style>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.