Latest solutions
Responsive Testimonials
PSubmitted 11 months agoAny tips or idea of improving of my challenge. i'm ready to use it into my next project
Responsive Recipe Page
PSubmitted 11 months agoAny help of using a new technology especially for web development, feel free to comment and i will using it into my next project
Responsive Four Card Feature Components
PSubmitted 11 months agoIf anything new or tips or trick especially with CSS Grid, let met know and i will apply into next challenge
Responsive Social Links Profile
PSubmitted 11 months agoany of tips and idea how to improve responsive, other than typography
Latest comments
- @Elyor05P@meandrewaprianto
It nice to have some shadow around the button share. Nice work.
- @h3cat3What challenges did you encounter, and how did you overcome them?
It was difficult to adapt the page for different screen sizes.
What specific areas of your project would you like help with?Some parts of my code refuse to behave no matter what I did. I think it is an inheritance issue but I cannot figure what exactly, the text in main for tablet size screen doesn't want to center and the the button in footer for desktop is in two lines.
P@meandrewapriantoNice work for finishing the project, i see your HTML would be nice if you put your nav element inside header element.
But All of that is good 👍
- @jpcardozxWhat are you most proud of, and what would you do differently next time?
I am most proud of the overall design and functionality of my project. The layout and styling came together well, and I was able to effectively implement responsive design principles to ensure the site looks good on various devices. I’m particularly happy with how I integrated the SVG elements to enhance the visual appeal of the cards.
Next time, I would focus more on optimizing the performance of the site, especially regarding image handling and code efficiency. While the design is solid, I noticed that image URLs sometimes lead to misalignment issues, and my approach to managing these assets could be more streamlined. I would also invest more time in testing across different devices and browsers to catch any inconsistencies early on.
What challenges did you encounter, and how did you overcome them?Aligning and positioning SVG elements correctly within the card layout proved difficult. I struggled with ensuring the SVGs did not overlap with text or other elements. I resolved this by using absolute positioning with careful adjustments of the top, left, width, and height properties. I also used the z-index property to manage stacking order and ensure the SVGs remained in the background.
Handling images in production was challenging, as images often appeared misaligned or with incorrect dimensions when viewed live. I addressed this by adjusting the image CSS rules and using responsive design techniques, such as setting appropriate max-width and height properties. I also researched best practices for image optimization to reduce file sizes without sacrificing quality.
These challenges helped me learn more about CSS positioning and responsive design, and I will apply these lessons to future projects to enhance my problem-solving skills.
What specific areas of your project would you like help with?Image Handling: I often encounter issues with images becoming misaligned or not displaying correctly when the site goes live. I’d appreciate advice on best practices for managing image assets in production, especially how to maintain consistency across different devices and screen sizes.
Code Optimization: My current method of handling image URLs leads to heavy code and potential performance issues. I’m looking for suggestions on how to streamline my code for better efficiency and how to implement best practices for image loading and display.
P@meandrewapriantohi jpcardozx. nice work already complete this challenge, for me. you should used a picture element and trying to used border. So you can get a perfect circle image with border around.
Here's the link for picture element, picture element
- @anusb412P@meandrewaprianto
everything look fine. But. i think you forgot to add a background-color for the whole body webpage, and everything is good. Great Jobs,
- @MesrouaDjamelWhat are you most proud of, and what would you do differently next time?
this is the first time I've used grid layout usually I use flex box in my next projects I'm going to integrate it.
What challenges did you encounter, and how did you overcome them?i'm having trouble making the site responsive
What specific areas of your project would you like help with?using grid with tailwinds
P@meandrewapriantoGreat Work, I can't add any more comment cause this is my first time to see a code writing in next.js. but. Outstanding Projects. Congrats
- @sezaru-devP@meandrewaprianto
it's look same with design great job, I would recommend using with semantic html. here's the reference HTML Semantic
Marked as helpful