Design comparison
SolutionDesign
Solution retrospective
Is it possible to add border-radius
to .container
(the columns group) in order to not have the border-radius
of columns hard-coded when resizing the window?
Also when not using top: 0;
on the resize, the .container
appears off the site due to the technique of centering it on the page:
{top:50%; left: 50%; transform: translate(-50%,-50%);}
Community feedback
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