Design comparison
SolutionDesign
Solution retrospective
Good project for learning to position elements with position: relative
and position: absolute
.
-
In this solution I used, both, flex-box and grid layouts.
-
The biggest problem was caused by tablet design because a lot of elements had to be squeezed inside a small space. To solve this problem I used the
min()
function, but because of themin()
function it also caused problems on older browsers. Any feedback is appreciated!:)
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