
Design comparison
Community feedback
- @dave-tegPosted 3 months ago
The solution was pretty close to the design. I like that you used semantic elements on the HTML structure. The code is readable and structured. Overall good job!
0 - @benssssssPosted 3 months ago
Your code is amazing!
in ".text-content" you could setting fixed height div and position elements in it with "justify-content: space-between;" instead gap
space-between will position all elements inside the container the same way your gap did, but to control the gap size between elements, you set a bigger height, instead define a bigger value to gap property
.text-content { justify-content: space-between; height: 180px; }
This is a diferent way to position, but your way is very good too, only to show for you another way to do this
Very good work!
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