
Submitted over 1 year ago
Huddle landing page with single introductory section using tailwind
#tailwind-css#vite
@replayzor
Design comparison
SolutionDesign
Solution retrospective
Please help me with feedback I want to improve . Thank you
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MelvinAguilar
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 helpful
Join 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