CSS3 reflection effect

Relatively simple reflection effect

<pre>
<div class="box-reflect"><img src="https://www.baidu.com/img/bd_logo1.png" alt="" height="200"/></div>


.box-reflect {
margin: 210px auto;
width: 200px;
}
.box-reflect img {
-wekbit-box-reflect: above;
box-reflect: above;
}
</pre>

Guess you like

Origin www.cnblogs.com/newmiracle/p/11875983.html