Submitted about 2 years ago
Responsive landing page using CSS Flexbox and CSS grid
@ManaIsrael
Design comparison
SolutionDesign
Solution retrospective
how would you do the links at the footer on the desktop design? i used CSS grid but it did not match to the design but it looks very similar
Community feedback
- @JumanjigobezPosted about 2 years ago
According to your code. Maybe try justify-content to be space-between inorder to decrease the space between the social media icons;
.medias { margin: 3em 0 1em 0; display: flex; align-items: center; justify-content: space-between; }
Hope it helped.
1 - @JumanjigobezPosted about 2 years ago
May be can you try adding this on place containing display:grid: ( grid-template-columns: repeat(auto-fill, minmax(100px, 1fr); and also play with the grid-gap value;
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