Design comparison
Solution retrospective
I'm proud of that after not coding frontend for a while I could do this challenge in one day, with a pretty close design.
What challenges did you encounter, and how did you overcome them?At first, I thought I could place all the social media anchor tags inside the same container, so that when I styled the container, all the anchor tags would follow the same design. However, this resulted in a large block containing all the links. Then I realized that I should apply the same class to each anchor tag individually. This way, when I style the class, it will be reflected in all the elements using it.
What specific areas of your project would you like help with?I still have difficulties using css. idk what display I should use.
Community feedback
- @AndreyDimitrov3Posted about 2 months ago
Well done on finishing your first project.
If you are confused to what display you should use i can recommend w3schools: https://www.w3schools.com/cssref/pr_class_display.php You can see different examples on what to use and when is it used. In my experience the most common ones are inline, block, flex and grid.
Keep on going!
Marked as helpful2@FabiosdlPosted about 2 months ago@AndreyDimitrov3 Thank you so much for your reply and advice! Really appreciate it.
1
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