hi everyone i need your advice on how i can make my web page appear like my canva design in the image below.
I tried writing my own code on VS studio code and I got the second image in the comments, can you tell me what the mistake is in my js fiddle? This is the code: https://jsfiddle.net/schmueller23/2q5x76gu/10/
As you can see, I already added the appropriate attributes for the image element to take up the entire width of the screen to match my design, but it seems it is not proportionately stretched and the background image does not seem to appear even though I placed an object-fill attribute set to fill take the entire div container
I think the problem is with your image URL because I changed the URL for both the background and the image it works like you coded it.
Can you elaborate if its a like gateway of like contributing to open source projects or do you need to debug a problem in the code?
i need to fix a problem in the code. i want it to look like the image of my design but instead, I got the image below as my result
You can see that it is almost there but the image is too stretched in the view of the web page and the background image does not seem to appear even though I have specified it in my internal CSS to fetch the image from the respective file. i don’t really understand what the error is. Also the fitrst image is what I want users to see when they click on logistics menu from the main navbar and when they click the learn more button. I want the view of that first page to move down to a second part of the page that shows something else like the one below and the first image disappears upwards.
sadly I am stuck in the first top half of the page as the elements won’t appear properly. if you have any input on the error or how to fix it, I would appreciate it very much. Thank you