I am glad I decided to use more CSS variables as they made the styling easier to manipulate. Using Grid also helped to keep the layout easy to manage, especially grid-template-areas. Next time, I will probably group things better in order to make lining things up easier.
What challenges did you encounter, and how did you overcome them?The main challenge with this entire project was lining the nav bar for the social links in the proper way so that it lined up with the share button. Creating the arrow on the bottom also took some research, but it was definitely very interesting and cool once I figured it out.
What specific areas of your project would you like help with?I want to know if there are better ways of lining the nav bar at the bottom, because it currently feels like my CSS code is way more than it needed to be. Also, I used visibility: hidden, because for some reason display: none was not working for the socials nav bar. If someone could explain why that would be great!