Claudia
@ClaudiaRamirezDAll solutions
REact tip-calculator
#react#tailwind-css#jestSubmitted about 2 months agoI've had issues with Tailwind CSS v4 and the hover: utility — there was no visual feedback when hovering. I tested the same code with Tailwind v3 and it worked as expected, but I didn’t want to go through a full migration. I'm wondering if there's a solution for this in v4. I suspect the problem might be related to all my monitors being touchscreens, which could be affecting how hover states behave.
Landing page with tailwind
#tailwind-cssSubmitted 4 months agothe span below the li's gave me a hard time, I ended up doing a section for mobile and for desktop but even then I didn't control them as how I would have wanted to.
Responsive page using tailwind
#tailwind-cssSubmitted 4 months agoIt was very difficult to control the height of the images. I never managed to do it with Tailwind, and I had to explicitly set style="height: 100%;" for it to work. I imagine I did something wrong, but I can't find the error. If anyone knows why... thanks!
<img src="images/desktop-image-hero-2.jpg" alt="Modern multi-colored chairs" class="w-full min-h-full object-fill" style="height: 100%;">The parent is also h-full so I do not understand
E-commerce product page with modals
#accessibilitySubmitted 9 months agoI am a bit confused about how to manage different layouts for varying screen sizes.
news-homepage-focused on semantics and grid
#accessibilitySubmitted 9 months agoAny advice to improve is appreciated!
Contact form fully accesible
#accessibilitySubmitted 9 months agoI am learning about accessibility, and I would appreciate any advice on how to improve.
FAQs accesible
#accessibilitySubmitted 9 months agoI'm completely new to web accessibility. I tried to do my best, but if you see any way to improve it, please let me know!