@michael-truscottSubmitted over 1 year ago
Getting the image to sit above the container in the mobile design was challenging, ended up using position: absolute with a negative top.
Getting the image to sit above the container in the mobile design was challenging, ended up using position: absolute with a negative top.
Congratulations on completing the challenge! You can also use margin negative to get the same result for the mobile version. Also, you should keep all the components in separate components folders to keep all the components organized.
I hope you find this helpful. Above all, the solution you submitted is great!
keep it up. Happy coding!