Latest solutions
Responsive Mortgage Calculator using tailwind, html, react, context
#tailwind-cssSubmitted 9 months agofirst I want help regarding responsiveness there are a certain times where design on desktop are the same on tablet but when I use (lg:) in tailwind it does not specify anything regarding tablet size ,what can i do to make (lg:) works for medium and large devices regarding this project. second when I put the hsi colors it dosent work in my project. and finally I always have a problem working with any docs it always seems ambigiuos ,like i always cant find my condition inside the docs so if anyone could give an advice i couldn't finish this project without gemini althougth i didnt took solutions or copy paste any code, i work in a way where i know what i want so i request just that but this is after i try to read the docs so any help would be appreciated.
Job-listings-with-filtering
#react#tailwind-cssSubmitted 10 months agofiltering is hard and i need to be more comfortable with it
Social media dashboard with theme switcher React Tailwind
#react#tailwind-cssSubmitted over 1 year ago
Latest comments
- @vietthong31@Abed001
hello @vietthong31 great solution , althought there are some details that differ from the design, which is on large devices as I the input part and the result part should have the same width like two equal halfs , second in the middle there is a space ,I removed that space in my project by giving all the card a white background. hope that was helpful.
Marked as helpful - @ejbolts@Abed001
hello great solution Ethan Bolton,
i was searching for a cake and when i deleted the search the product fetching didnt return to initial state which is fetching all the products again.And also i think when i change the category even if there is text inside the search input i think it should be deleted, and the category should work althought this is my opinion hope that was helpful .
- @sudhanshusingh-g@Abed001
it needs a bigger shadow on the white background part
- P@fullspeccoder@Abed001
hi @legaldrummer try this for your card hover .cardshadow{ box-shadow: 10px 10px rgba(0,0,0);
} .cardshadow:hover { box-shadow: 15px 15px rgba(0, 0, 0); /* Increase shadow size and opacity on hover */ } in your css for the active state hope I helped.
- @IllusiveCoder1101@Abed001
Hello Sankalpa Sarkar great solution but i saw that you didnt make the active state which is when you hover the card the shadow becomes bigger .try this in your css :.cardshadow{ box-shadow: 10px 10px rgba(0,0,0);
} .cardshadow:hover { box-shadow: 15px 15px rgba(0, 0, 0); /* Increase shadow size and opacity on hover */ }hope i helped keep going!
Marked as helpful - @NexusCypher55@Abed001
great solution try to add some duration on transition on hovering it will make it better visually it will eleminate the sudden change.keep going