Social links profile using pure CSS and Tachyons classes
Design comparison
Solution retrospective
I used Tachyons css classes.
What challenges did you encounter, and how did you overcome them?There were some not very well thought sizes on the design of the layout that made it challenging to use as many Tachyons classes I hoped for and I had to use bespoke css classes instead in order to match better the design.
What specific areas of your project would you like help with?I tried to revise the use of link elements as buttons.
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hello Yiorgos Bagakis, how are you? I was really pleased with your project, but I’d like to offer some advice that might help:
To improve the semantics of the page, we could add a list to the links:
<ul> <li><a href="#" class="btn">Github</a></li> <li><a href="#" class="btn">Frontend Mentor</a></li> <li><a href="" class="btn">LinkedIn</a></li> <li><a href="#" class="btn">Twitter</a></li> <li><a href="" class="btn">Instagram</a></li> </ul>
I noticed that you had added the
</li>
tag, but by doing this we will have a list making the html semantics better.The rest is spot on.
Hope it’s helpful to you. 👍
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord