Latest solutions
Contact form(React, Redux, TypeScript & Tailwind CSS)
#react#redux#typescript#tailwind-cssPSubmitted 11 months agoHuddle landing page with a single introductory section (React)
#react#tailwind-cssPSubmitted 11 months agoPing single column coming soon page (React & Tailwind CSS)
#react#tailwind-cssPSubmitted 11 months agoBase Apparel coming soon page (React & Tailwind CSS)
#react#tailwind-cssPSubmitted 11 months agoLet me know if i can make better or you find mistake. Thank you
Latest comments
- @xStephxSubmitted 12 months agoP@mrsev17Posted 11 months ago
I found that in your navigation which located in header, links when hovered get bigger font, and it's moving another elements. You can avoid this if you make container where links located same size as elements when they increase or another option use for a link:
a { display:block }
a:hover { transform: scale(1.1) }
Marked as helpful2