Walid Hawari
@whawariAll solutions
- Submitted 3 months ago
Responsive recipe page using Tailwind CSS
- HTML
- CSS
I am always open to feedback on how to improve my Tailwind CSS.
- Submitted 3 months ago
Responsive social links profile using Tailwind CSS
- HTML
- CSS
Is there a way to configure color shades in Tailwind config file (tailwind.config.js) or in Tailwind main CSS file?
- Submitted 3 months ago
Responsive blog preview card using Tailwind CSS
- HTML
- CSS
It 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!
- Submitted 3 months ago
Responsive QR code component using Tailwind CSS
- HTML
- CSS
Currently 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?