Latest solutions
Latest comments
- @ashishraj4404@bloo2kk
You did a great job! The only suggestion would be to make the font for "Perfume" slightly thinner, but overall—great work!
- @wladimyrWhat challenges did you encounter, and how did you overcome them?
Tive dificuldade com espaçamentos (padding e margin) e para colocar os marcadores (disc) em cor diferente da do texto.
What specific areas of your project would you like help with?Os espaçamentos entre as sections estão grandes, gostaria de ajuda para melhorar o arquivo CSS para ajeitar isso.
@bloo2kkYour CSS is clean and modern—great work! Here are a few quick tips to improve it:
- Remove invisible characters like non-breaking spaces ( ) that can cause issues.
- Add missing semicolons, e.g. after padding: 0.
- Use clearer class names than .img, like .hero-image.
- Include box-sizing: border-box to simplify layout handling.
- Enhance responsiveness in your media queries by adjusting layout or font sizes.
- Use <img> with alt for important images to improve accessibility.
- @Kcode89@bloo2kk
Overall, great job! However, I’d suggest you use a list for the links: wrap the links in a <ul> instead of a div for better structure.
- @imchandravamshiWhat are you most proud of, and what would you do differently next time?
I am proud that my project and preview looks similar and I wanted do on the JavaScript.
What challenges did you encounter, and how did you overcome them?The project is pretty simple for me that I practiced HTML and CSS a long time ago and I'm about to complete JavaScript.
What specific areas of your project would you like help with?I think I am not pro at flexbox and grid layout so I think I should work on that.
@bloo2kkI really like how you brought this project to life — the layout is clean, the colors are well balanced, and everything feels intentional.
- @mdohr07What are you most proud of, and what would you do differently next time?
I am most proud of having put a little extra challenge to myself with the JavaScript instead of just enjoying my comfort zone.
I'd do differently next time...I'd like to say I'd linger less in trying to perfect stuff and finish faster instead, but that would be just lying to myself :p
What challenges did you encounter, and how did you overcome them?The JavaScript part that I brought upon myself was a bit challenging. My solution was using ChatGPT (yes) as my tutor: I write them how I think the function should work and what I need for it and I write as much of the code as I can come up with myself. Then I have ChatGPT correct me and I ask for explanations on every part I don't understand.
What specific areas of your project would you like help with?Like what I could have done better in general but especially regarding the JavaScript or aspects of accessibility.
@bloo2kkI really like your idea of enhancing the project by adding JavaScript — it looks very good and adds a nice dynamic touch!