Submitted almost 4 years ago
Frontend Challenge Solution using CSS Positioning
@Anwesha213
Design comparison
SolutionDesign
Solution retrospective
Being a newbie I've used CSS positioning property to get the layout of the site . So please tell me how can I improve my code to achieve the optimal layout???
Community feedback
- @jbuendia1yPosted almost 4 years ago
You should put
display: grid
in.grid-section
with 4 columns and 2 rows ad sort the elements withgrid-column
andgrid-row
.Happy coding
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