Latest solutions
Tailwind Landing Page with re-usable components
#react#tailwind-css#react-routerSubmitted almost 3 years ago
Latest comments
- @tomazcx@tarek-mo
It seems like you forgot the background in the "Boost your links today" section as well as the shorten link section. But everything else looks good man!
- @purnimakumarr@tarek-mo
To remove that space under your image use
display: block
on your image tag, the reason behind this issue is that images are treated as text so the bottom is to accommodate for those pesky: "p,q,y,g,j" letters. - @claudiabdm@tarek-mo
Damn, you really got it. great animations ^^
- @Evavic44@tarek-mo
Hey Victor, I've read your code and this is what i think could be improved: the section with the class 'container' isn't perfectly centered vertically, and that's because you added a margin top of 10.5rem. Instead what you can do is set this section to position absolute and type top: 50%; left: 0; transform: translateY(-50%) which will center it vertically in all devices
Marked as helpful - @DiegoVelazquez60@tarek-mo
Hello DIEGOVELAZQUEZ60,
Everything is looking good, one thing I've noticed (and you probably did aswell) is the annoying sidescrolling that was caused in your page. You can add
overflowX: hidden
in your Css body selector and that'll fix this issue. Good Luck! - @AlMon@tarek-mo
I thought react is only used for big web apps, have no experience with it since I'm still learning javascript. But hey, your website is looking professional. Good job.