0

I believe the code snippet does not work since the images are stored on my physical computer however the problem is I have a very small space. This is an image: enter image description here

.front-image {
  position: relative;
  width: 1600px;
  height: 500px;
  left: 0px;
  top: 0px;
}

.front-image2 {
  position: relative;
  width: 1600px;
  height: 337px;
  left: 0px;
  background: #162F1A;
}
<div class="kqmjdmqs">
            <img class="front-image" src="rename.png" alt="front-fountain">
            <div class="front-image2"></div>
</div>
  • Post your images on a public image service (e.g: imgur or similar) and replace the `src` attributes in your snippet with the urls. Or reproduce using any other existing internet images. – tao Dec 28 '22 at 02:04

0 Answers0