Latest solutions
Responsive with mobile to desktop approach
Submitted 2 months agoI am working on nextjs full stack project.
Responsive Landing Page with Semantic Tags.
Submitted 2 months agoFrontend with animation and system design of frontend.
Responsive landing page with Flex and MediaQuery
Submitted 2 months ago- feedback on layout and code structure.
Latest comments
- P@CharlieCastleWeb@HirenTumbadiya
Keep Learning!
- @melikeasahin@HirenTumbadiya
Great Work, Keep Learning
- @bigboyemma20What are you most proud of, and what would you do differently next time?
Being able to figure out how to design the layout in the desktop version was a big feeling. Would love to explore more of css grid.
What challenges did you encounter, and how did you overcome them?Finding the right grid properties was a huge challenge but with a free course on CSS Grid from Webbos I was able to do it.
@HirenTumbadiyaKeep Learning
- @ban-tit
- @LostProcessorWhat are you most proud of, and what would you do differently next time?
i will be more fast next time
What challenges did you encounter, and how did you overcome them?i did not know how to make horizontal lines , now i know how with the help of chatgpt
@HirenTumbadiyaImprove the use of semantic tags and class names align with purpose will create good understandable code base. other than all looks perfect .. Keep Learning.
- @AngelaMweluWhat are you most proud of, and what would you do differently next time?
I am most proud of successfully building my project using HTML and CSS, seeing it come together from a basic structure to a fully styled and functional webpage. Throughout the process, I learned many new concepts, especially about the CSS box model, layout techniques, and how small styling changes can dramatically improve a site's appearance. One thing I would do differently next time is plan my layout more carefully before coding — having a clear wireframe or sketch would have saved me time and made the development process smoother.
What challenges did you encounter, and how did you overcome them?One challenge I encountered was getting the layout to display correctly across different screen sizes, which I overcame by learning and applying responsive design techniques like using flexbox and media queries.
What specific areas of your project would you like help with?I would like help with improving the responsiveness of my project across different devices and making my CSS code more organized and efficient.
@HirenTumbadiyaYou can use display flex with child width 100percent so this will take parent width and stay responsive with parent card.