<!DOCTYPE html>
<style>
#reflection {
width: 100px;
height: 100px;
-webkit-box-reflect: below calc(10% + 5px);
}
</style>
<img id="reflection" src="resources/ring.png"/>
<!DOCTYPE html>
<style>
#reflection {
width: 100px;
height: 100px;
-webkit-box-reflect: below calc(10% + 5px);
}
</style>
<img id="reflection" src="resources/ring.png"/>