abdullahmd2
@abdullahmd2All solutions
Age Calculation App with tailwind css - responsive design
#tailwind-cssSubmitted 6 months agoIn my code, the responsive design part could have been done in any other way? I would like to know other ways it could have been done.
Advice Generator App using Vanilla JavaScript and Tailwind CSS
#tailwind-cssSubmitted 7 months agoFacing some issue when adding the Tailwind CSS breakpoint classes (
sm, md, lg
, etc.) for making responsive layout. I don't know why the classes are not working and was not able to make a responsive layout. But when I used plain CSSmedia queries
for responsive layout it was working fine (you can find the media queries inoutput.css
file in my code, it is commented for now).If you can help please provide a solution. I have added a comment in the code. I am using Tailwind CLI. Also I was unable to horizontally center the Divider Pattern SVG, need help in that also.