Submitted about 2 years ago
Responsive landing page using CSS Grid and Flex
@felipejoazeiro
Design comparison
SolutionDesign
Solution retrospective
Had problem with border around the icons.
Community feedback
- @edufelibugmPosted about 2 years ago
Hi bro, it's easy to solve the problem in the icons, define the
width
andheight
equal in the "a" tag, addborder-radius: 50%;
and finally add andisplay: flex
with atributesjustify-content: center; aling-items: center;
, then just look for the correct icons in fontawesome. 🤖I hope it has been useful to you ✌
have a great day and happy coding 😌
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