Walid Hawari
@whawariAll solutions
Responsive recipe page using Tailwind CSS
#tailwind-cssSubmitted 8 months agoI am always open to feedback on how to improve my Tailwind CSS.
Responsive social links profile using Tailwind CSS
#tailwind-cssSubmitted 8 months agoIs there a way to configure color shades in Tailwind config file (tailwind.config.js) or in Tailwind main CSS file?
Responsive blog preview card using Tailwind CSS
#tailwind-cssSubmitted 8 months agoIt was mentioned not to use media queries in the challenge, however I used media queries to match the design. I searched on how to create responsive text without the use of media query and stumbled upon the clamp() function and the (vw, vh, vmax, and vmin) CSS units. I did not know how to exactly apply them to the design. It would be great to know how to achieve responsive text without using media queries!
Responsive QR code component using Tailwind CSS
#tailwind-cssSubmitted 8 months agoCurrently I would like to know if I configured Tailwind CSS correctly. Especially when using google fonts. Is there any better way to include google font as the default font for the whole project?