As a complete beginner in HTML and CSS, I find it frustrating to achieve the desired results. It's not an easy language to work with. I am trying to create an effect similar to the first image on this website - https://spacebox.io/
However, when I try to implement my design using my www.rar file, the scaling is off and I can't seem to get the result I want like on spacebox.io.
I'm lost on how to fix this issue. The code snippet I have tried is below:
#topka{
display: block;
position: relative;
top: 56px;
margin: auto;
height:350px;
max-width: 100%;
min-width: 100%;
background-image: url("img/topka.png");
background-position: center;
background-size:100% 1200px;
background-repeat: no-repeat;
width:100%;