rajeshwaran-1
@rajeshwaran-1All solutions
- Submitted 5 months ago
Interactive rating component using tailwind css
- HTML
- CSS
- JS
Normally I don't give much thought to mobile mode cuz most of the time they look good. Now after I finished the development while checking mobile version everything seems perfect but the container is small. So your words!
- Submitted 5 months ago
Product preview card component using tailwind css
- HTML
- CSS
I didn't stretch the container in the mobile mode, everything okayish now.
but if you can look at my code and have a hunch that I can achieve the mobile responsive mode I'm all ears.
- Submitted 5 months ago
Results Summary Component Using Tailwind CSS
- HTML
- CSS
In small screen display the summary width is full but the font sizes are small. I typed them by hard code but I don't want to do that instead in a tutorial the instructor didn't use any media queries but everything aligned perfectly in his project. So I was thinking about how can I make the code more responsive without writing too much code.
- Submitted 5 months ago
FAQ accordion using Tailwind CSS
- HTML
- CSS
- JS
transition
when i touch my button it reveals the answer but i want transition: 300ms ease i don't know how to do that plus i'm using js for the first time