Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle landing page with single introductory section solution

#next#tailwind-css
Fiqih Alfito• 320

@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

@catherineisonline

Posted

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
Aditya Singh• 460

@adityas24

Posted

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 GitHub
Discord logo

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