<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;
  -webkit-box-reflect: below 5px linear-gradient(transparent 50%,#22232e20);
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.