Nothing really, still solidifying my position as a newbie.
What challenges did you encounter, and how did you overcome them?None at all
What specific areas of your project would you like help with?For this project, None
Nothing really, still solidifying my position as a newbie.
What challenges did you encounter, and how did you overcome them?None at all
What specific areas of your project would you like help with?For this project, None
Hello!
Well done, here are some things I notice that you may need to change/add:
Additional resource:
I hope these tips and resources are helpful! Feel free to connect and ask any questions you might have.
Happy Coding!
I'm most proud to have finished this challenge, It was a challenging but amazing experience!
What challenges did you encounter, and how did you overcome them?working on the circle, individually styling the right div components, and making the page responsive.
What specific areas of your project would you like help with?I believe there is a better solution to this problem. Could you please review the code and share your thoughts? Thank you.
Hello!
Well done, here are some things to improve:
Additional resources:
I hope these tips and resources are helpful! Feel free to connect and ask any questions you might have.
Happy Coding!
Hello!
Well done, here are some things to improve:
Additional resources:
I hope these tips and resources are helpful! Feel free to connect and ask any questions you might have.
Happy Coding!
my hard work
What challenges did you encounter, and how did you overcome them?prduct responsive project
What specific areas of your project would you like help with?how i could change the imge to be responsive from html
Hello!
Good job!
Here are a few suggestions that might make things even better:
Additional resources:
Kevin Powell's Video on CSS Units: https://www.youtube.com/watch?v=N5wpD9Ov_To (please subscribe to his YT channel and check out his other videos) +
A free course on building responsive layouts (https://courses.kevinpowell.co/conquering-responsive-layouts)
I hope these tips and resources are helpful! Feel free to connect and ask any questions you might have.
Happy Coding!
I did the desktop design of the page very fast, but I got stuck on the responsive mobile part. I had to experiment with styles in order to make the page responsive.
What challenges did you encounter, and how did you overcome them?Setting styles for responsive mobile version was a bit challenging but I managed to make a mobile version.
What specific areas of your project would you like help with?If you know some good study and practice material about responsive web design please introduce them to me. Thank you for reading this!
Hello!
Congrats.
Here are a few suggestions that might make things even better:
Additional resources:
Check out Grace's walkthrough: https://fedmentor.dev/posts/html-plan-product-preview/
Kevin Powell's Video on CSS Units: https://www.youtube.com/watch?v=N5wpD9Ov_To (please subscribe to his YT channel and check out his other videos) +
A free course on building responsive layouts (https://courses.kevinpowell.co/conquering-responsive-layouts)
I hope these tips and resources are helpful! Feel free to connect and ask any questions you might have.
That I've done my first challenge and it feels good taking that first step. Next challenge I'll plan it out a bit better now that I know how this process works.
What challenges did you encounter, and how did you overcome them?Refreshing myself with the coding I've learnt so far in my journey. Trust my instincts as well as use the resources out there.
Hi there!
Good job.
Here are a few suggestions that might make things even better:
I hope these tips are helpful! Feel free to ask any questions you might have.
I am proud to have been able to implement responsive design.
What challenges did you encounter, and how did you overcome them?My biggest challenge in this case was the change of image by having a container with fewer pixels but I investigated and was able to solve it with the content tag in CSS
What specific areas of your project would you like help with?I would like help on the responsive side and when using percentages, em and rem
Hi @Essensity-dev!
This is looking good! Here are a few suggestions that might make things even better:
For non-decorative images, consider using descriptive alt text like "Front-End Mentor QR Code" to improve accessibility for screen readers.
Including a modern CSS reset at the beginning of your styles can help normalize browser defaults and provide a clean foundation for your project. Check out this article: https://www.joshwcomeau.com/css/custom-css-reset/
Instead of setting a fixed width on your main, consider using max-width in REM units. This allows the card to adapt to different screen sizes while maintaining its layout.
Similar to width, avoid setting a fixed height on your main. This ensures the content can adjust to different content lengths.
As @danielmrz-dev mentioned you don't have to put on a media query to change an image, instead you could use the picture tag in html and let the browser load the desired image. Check out Grace's walkthrough: https://fedmentor.dev/posts/html-plan-product-preview/
Kevin Powell's Video on CSS Units: https://www.youtube.com/watch?v=N5wpD9Ov_To (please subscribe to his YT channel and check out his other videos) +
A free course on building responsive layouts (https://courses.kevinpowell.co/conquering-responsive-layouts)
I hope these are helpful! Feel free to ask any questions you might have and happy coding!
Hi there!
This is looking good overall! Here are a few suggestions that might make things even better:
And I also saw your question asking 'Is using :root and creating variables considered good practice?'.
The answer: Yes, using :root and creating variables is a fantastic practice called CSS Variables. It makes your CSS more organized, maintainable, and easier to update. Here's a helpful article for further exploration (https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)
CSS variables video(https://www.youtube.com/watch?v=PHO6TBq_auI)
I hope these tips are helpful! Feel free to ask any questions you might have.
Hello!
Unfortunately, this solution is not responsive on tablet screens (770px - 1020px), and I'd recommend using grid on this layout to have a little practice with it.
Hello! The link to your live site is not accessible