Latest comments
- @Ayomide00712Submitted 5 months ago@GyizmarkPosted 5 months ago
Hi Ayomide00712, I hope you are doing well! You have a great project. I just wanted to emphasize the importance of using the <a> tag within your <li> elements to enable users to navigate through the links. for example:
<ul> <li><a href="https://github.com">GitHub</a></li> <li><a href="https://frontendmentor.io">Frontend Mentor</a></li> <li><a href="https://www.linkedin.com">LinkedIn</a></li> <li><a href="https://twitter.com">Twitter</a></li> <li><a href="https://www.instagram.com">Instagram</a></li> </ul> You should also consider adding some border-radius to your .inner-container. For example: .inner-container { border-radius: 12px; }Marked as helpful0