<!DOCTYPE html>
<html>
<head>
<style>
p {
-webkit-box-reflect: below;
}
</style>
</head>
<body>
<h1>CSS Box-Reflect</h1>
<p>Create reflection below this p-tag:</p>
</body>
</html>