First Question: I am having some problems vertically aligning items can someone help me with that?
Second Question: I uploaded all the images in the GitHub repository but still the images are not showing on the live site. Does someone know why?
First Question: I am having some problems vertically aligning items can someone help me with that?
Second Question: I uploaded all the images in the GitHub repository but still the images are not showing on the live site. Does someone know why?
Hey I have made the changes you asked question for in your repo and created a merge request. There would be a request with my name on your github repo. Checkout the changes and let me know if you have any questions on how it works.
I have made the body a grid layout to center the div in it.
I have changed the file location in src attribute to show images and explained the reason in my pull request.
I'm open to better suggestions.
It's good to see that you make it work with relative layout. It must be a lot of work for you, try learning GRID and FLEX layout in css. They will help you make this layout more easily in no time and the layout thus formed will be more fluid.
I wanted to highlight some improvements that could be made.
<strong>
tags, use a class and style it in css only. <br>
tags.You could watch this youtuber for improvements in solution as he solved this challenge.