Submitted 11 months ago
Huddle landing page with single introductory section using tailwind
@replayzor
Design comparison
SolutionDesign
Solution retrospective
Please help me with feedback I want to improve . Thank you
Community feedback
- @MelvinAguilarPosted 11 months ago
Hello again ๐
I have some suggestions about your code that might interest you.
- Avoid using position: absolute for positioning links, as it can lead to issues when zooming or viewing on different devices. In the design, the links appear to be below the image and to the right
- Consider using alternative methods for positioning, such as margins, padding, or even utilizing CSS Grid to create two columns with
grid grid-cols-1
for small screens andmd:grid-cols-2
for medium screens and above.
I hope you find it useful! ๐ Happy coding!
Marked as helpful1@replayzorPosted 11 months agoThank you , that was exactly my problem. I will fix it @MelvinAguilar
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