Latest solutions
Accessible Form with Validation built with React, Zod and TailwindCSS
#react#tailwind-css#zod#viteSubmitted 10 months agoNews Home-page built with Vite, React and TailwindCSS
#react#tailwind-css#vite#typescriptSubmitted almost 2 years agoMulti-step Form built with Next.js, TailwindCSS and React-Hook-Form
#next#react#tailwind-css#typescriptSubmitted almost 2 years ago
Latest comments
- @marco3724Submitted almost 3 years ago@waldosmutsPosted almost 3 years ago
Looks great in both 1440p and 375p resolutions.
Might I suggest setting the width to auto on desktop resolution and adding some margin to the right of it. The same can be done for the mobile resolution by setting only the height to auto. If viewed in any resolution other than 1440p or 375p it causes the image to stretch.
When it comes to the mobile view of the side-navbar I'd recommend the having the dropdowns show on click instead of hover since clicking elsewhere causes the dropdown to disappear for mobile users.
Also just remove the shadow and background on the dropdowns in mobile view and remember to put your name and link in the footer.
Hope this was helpful!
Marked as helpful1 - @BenConfigSubmitted over 3 years ago@waldosmutsPosted over 3 years ago
You can animate the transition by adding a transition property to your elements. I set my body transition to 0.4s for all elements, should work for you too.
Marked as helpful1