Latest solutions
Product Preview Card | IB
Submitted 12 months agoI would like to improve my way of managing projects and also receive tips related to my project and how I can do it to improve my coding skills.
Recipe Page - BA
Submitted about 1 year agoI'd love to receive help with everything related to tables, flexbox and more (tips, semantics, etc).
Social Link Profile - BA
Submitted about 1 year agoI am open to hearing all constructive criticism. I would love for each of you to share your perspective and help me with any advice, no matter how small. Thank you very much!
Blog Preview Card - BA
Submitted about 1 year agoIn this project, I would like to receive specific help in:
Accessibility: I would like to make the project more accessible for people with disabilities, ensuring compliance with web accessibility standards. Code improvement: If there are areas in my code that could be improved in terms of clarity, efficiency, or maintainability, I would love to receive suggestions and guidance on that.
Any help or advice in these areas would be greatly appreciated. Thank you in advance for your help and support!
QR Code Component - BA.
Submitted about 1 year agoI would like to receive help of all kinds. I'm a person who accepts constructive criticism and I'm always willing to grow. Any type of help would be welcome.
Latest comments
- @simplyObareSubmitted 9 months ago@imbraianPosted 9 months ago
AYUDAME, NO SE QUE HACER PORQUE SOY MALISIMO PROGRAMANDO PIPIPIPIPIPIIPPIPIPIIPIIPIPPIPIPIPIPIPIPIPI
0 - @BiancaAdSSubmitted over 2 years agoWhat are you most proud of, and what would you do differently next time?@imbraianPosted 12 months ago
I assumed you don't need any help because you didn't write anything in the description of your project. Anyway, greetings, friend!
0 - @DanieleMorelloSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the responsive layout.
What challenges did you encounter, and how did you overcome them?The biggest challenge was aligning the texts in the nutrition section, which was overcome using a trick i.e. using space entities.
What specific areas of your project would you like help with?In the nutrition section, I'd like to be able to paste without the use of the trick I used.
@imbraianPosted about 1 year agoHi Daniel!
Here are my tips:
-
Consider using tables in the "nutrition" section. I'm sharing the following link with you so you can practice and improve (there's always room for improvement). https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
-
Consider using the BEM Methodology for more descriptive classes in your HTML. That's all. I wish you the best and hope that you keep improving your skills. https://www.youtube.com/watch?v=xaXmoVZ3koo
Have a good day!
0 -
- @ayoubpr-0Submitted about 1 year ago@imbraianPosted about 1 year ago
Hello Ayoub! I've been looking at your project, and in terms of design, it looks excellent to me. Nonetheless, I'd like to give you the following advice:
- You should use more descriptive classes; for this, I recommend using the BEM methodology. That will help you a lot in the readability of your code. Always program with the mindset that other programmers will see it. If you're not familiar with BEM yet, I'll share a video with you to help you understand what I'm talking about: https://www.youtube.com/watch?v=xaXmoVZ3koo
- Congratulations on using custom properties (Variables).
- Instead of using flex in "section-2," you should use it on the parent element of the <a> tags; in this case, the <li> tag is the parent, so you should use flex there. And you should remove display block.
1 - @hgcfkuyfliyflSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
i am learning
What challenges did you encounter, and how did you overcome them?colors
What specific areas of your project would you like help with?position
@imbraianPosted about 1 year agoHey! How are you?
First of all, your design looks amazing. Congratulations on that!
Let me give you some tips:
To add shadow to your design, I recommend you investigate the CSS box-shadow property. Here is a link for you to check it out and practice: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
I recommend you use the BEM methodology to have a proper order in the classes of your HTML document. It is very useful and practical. Here is the link: https://en.bem.info/methodology/
The only way to learn is by practicing. Trust yourself and everything will be possible. Success in everything you set your mind to! Have a good day/night :)
0 - @Nasserio10Submitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
i am very excited that create my second challenge in frontend mentor. next time i would like to do it much fast than this .
What challenges did you encounter, and how did you overcome them?the challenge as a newbie is very taugh because , a lot of time a visited online documentation of css how to create border, shadow etc
What specific areas of your project would you like help with?i would like of help to create a responsive website of all types of windows , desktop , tablets, smartphone. i only created the desktop version
@imbraianPosted about 1 year agoHi, Nasserio10! Here are my tips for you:
- Try using flexbox. The "position" property won't work in this case. Here's a guide on how to quickly learn flexbox and understand it.
- I recommend installing the "Prettier" extension to format your code and give it a clean and readable appearance.
- I recommend leaving a line of space between each selector in CSS. For example:
h1 {
}
h2 {
}
Do you understand?
Those are my tips. Keep up the good work and congratulations on your great project, you're amazing!
Remember, practice makes perfect.
0