The positioning of the background images was quite challenging. Any views on how you/others would have tackled it?
Thanks & Happy coding...👍🏽
The positioning of the background images was quite challenging. Any views on how you/others would have tackled it?
Thanks & Happy coding...👍🏽
Heyo,
nice job on this challenge.
here some point i think you should look for.
as Samuel said above, you should use a wrapper for your content. Instead of applying your style on your body, you can either use the main tag or a div. In good practice you rarely apply style to the body appart from resetting your positioning and apply essential style such as default font, default size and background color, etc...
also you applied a width on your body which break your design on higher resolution screen, and moves everything to the left side of the screen.
an easier solution to handle image positioning would have been to use a wrapper and apply a relative position, then add the image in your html with absolute position applied documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/position