<body>
<div class="content">
<img src="https://omjsblog.files.wordpress.com/2023/11/1.jpg" alt="">
</div>
</body>
body {
margin: 0px;
padding: 0px;
font-family: "Poppins", sans-serif;
background: #22232e;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
* {
box-sizing: border-box;
scroll-behavior: smooth;
}
.content{
width: 1100px;
display: flex;
justify-content: center;
align-items: center;
}
.content img{
max-width: 350px;
box-reflect: below 5px linear-gradient(transparent 50%,#22232e20);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.