Latest solutions
An article preview component
#sass/scssSubmitted 19 days agoI need help. I don't know how to make the tooltip responsive on mobile.
A responsive recipe page built with Tailwind CSS.
Submitted about 1 month agoMy code works, but I always wonder if I followed best practices. I would love to receive feedback on my code and suggestions for improvement. Thanks in advance, and good luck to all of us!
Latest comments
- @MBaktygulSubmitted 17 days ago
- P@msunjiSubmitted almost 3 years ago
- P@msunjiSubmitted almost 3 years ago
- @Henzo238Submitted 22 days agoWhat specific areas of your project would you like help with?
Can't get a proper responsive page.
I admit it, I was bored by this project and wanted to start another one 😅@NitiemaDevPosted 21 days agoGreat job, brother. I really like your work. But I visited your project, and on tablets, the text overflows.
To fix this minor bug, try removing the height from the .container class. You should set .container { height: auto } or just remove it.
Other than that, you've done a great job. And your JavaScript code is very readable—I had no trouble understanding it.
Marked as helpful1 - @StergiosHariopSubmitted about 1 month agoWhat challenges did you encounter, and how did you overcome them?
I once again used SaSS and the only challenge I had was to implement the background-image, because whatever I tried as a path to the url() was not working as I wanted it to be. Ended up using !important to make it work on responsive, though I typically avoid it.
- @Akiz-IvanovSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I'm glad I was able to make the layout responsive across different devices. I also made some adjustments for 1024px screens, as I felt a different layout would be more suitable for that resolution. I could have followed the design more closely, but I decided to stick with this approach.
What challenges did you encounter, and how did you overcome them?The biggest challenge was designing a flexible layout that smoothly transitions from a single-column structure on mobile to a three-column layout on desktop. I experimented with both Flexbox and Grid but found Grid to be the more intuitive and efficient solution, so I decided to stick with it.
What specific areas of your project would you like help with?I spent a lot of time considering the best way to achieve this responsive design without using breakpoints. If anyone has ideas, I'd love to hear them! Any feedback on my solution would also be appreciated.