Submitted almost 2 years ago
Huddle landing page with single introductory section solution
@fiqihalfito
Design comparison
SolutionDesign
Solution retrospective
Hello friend, do you know how to align the illustration and Text? is it grid or flex ? I got a little bit hard there. Thanks in advance!
Community feedback
- @catherineisonlinePosted almost 2 years ago
If you are using image in the a tag and don't want any text, you can place span inside the a tag, write the text and then make it absolute position to hide it, e.g.:
.my-target-span { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
0 - @adityas24Posted almost 2 years ago
Hi Fiqih
I couldn't get what exactly is your problem? Can you tell in detail?
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