I would be happy for any feedback! Thank you :)
Latest solutions
Responsive layout using CSS Grid and Media Queries
Submitted 10 months agoWhen to use certain untis like em. How can I calculate the dimensions in the design so I can clone it better.
Responsive layout using CSS Grid and Media Queries
Submitted 10 months agoI think I still need to practice a lot for a better understanding of the CSS grid layouts
Product Preview Card Component | Responsive Design
#accessibilitySubmitted 10 months agoI need help in different areas, to be honest. I only know a bit about each area ^^
Simple code
#accessibilitySubmitted 10 months agoprobably how to work with Sass? I am willing to learn more about it.
Accessible and Responsive design
#accessibilitySubmitted 10 months agoPlease review my work. Any feedback is welcomed.
Simple Responsive Design
#accessibilitySubmitted 10 months agoThe areas i need help with HTML/CSS structures, using proper CSS units in the right place, get good score in the lighthouse, responsive designs. I think All I need is tones of practice on different type of projects.
Latest comments
- @aggie-lSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?@MajdMohammedPosted 10 months ago
I like your solution, It's short and pretty close to the design.
Some feedback:
- You could give your HTML structure a meaning by using Section, Blockquote with two P inside for the quotes.
- It's better to use rem for media queries, because px doesn't scale well with user preferences for larger text sizes.
I hope you find this useful. Happy coding!
Marked as helpful1 - P@ArcloanSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
.
What challenges did you encounter, and how did you overcome them?Setting the right dimension for the main container.
What specific areas of your project would you like help with?If anyone has any suggestions in general or regarding the sizing of the main box, that of the element, it will be really appreciated. Thank you :)
@MajdMohammedPosted 10 months agoSome feedback:
- I noticed that you don't use semantic elements, it helps the browser to understand better your HTML structure.
- h1 instead of h2 will be nice for a proper HTML structure.
- The font size is too different than the font size on the design given, try to set an accurate font size
- For the headers inside the cards try to use h2 instead of div, to give your structure a meaning
- sometimes using main as container and section as child container is way better than using div.
- your shadow box looks too different, it needs to be a bit closer to the design
I hope my feedback is useful Happy coding !
Marked as helpful1 - @omlan99Submitted 11 months agoWhat are you most proud of, and what would you do differently next time?
Can not think of anything right now. Any suggestion will be appreciated.
What challenges did you encounter, and how did you overcome them?Nothing as such.
What specific areas of your project would you like help with?I had approached for mobile design first and used rem as unit this makes mobile version accurate to design but faced difficulties on desktop version to be accurate.
@MajdMohammedPosted 10 months agoNice work, But I noticed that the button element is no longer having full width when resizing the screen.
1 - @booirngSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
learning about positions and psudo elements . Semantic html.
What challenges did you encounter, and how did you overcome them?creating bullet points and number listing with default color. That was challenging for me. OpenAI helped me solve that as always.
What specific areas of your project would you like help with?responsive html and css layout and creating layout with flexbox.
@MajdMohammedPosted 10 months agothe design is not responsive, as the nutrition list, and some other elements.
0 - @Amit-MahiSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
working with padding and margin.
What challenges did you encounter, and how did you overcome them?working with Links and text decoration
What specific areas of your project would you like help with?overall was fine. any good practices would help.thanks
@MajdMohammedPosted 10 months agoHey, I am a beginner too but I have some advice.
Some feedback:
- Use a list for the links.
- Try to not use width in percentage
- this challenge does not need media queries for a responsive design
0 - P@fish-ladderSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of feeling more comfortable with Flexbox and not needing to look at the documentation so much to achieve the layout I was after.
Next time I will add font-sizes in rems as custom properties in :root to make text scaling easier.
What challenges did you encounter, and how did you overcome them?-
I thought I had completed the challenge and then realized the font sizes were different in desktop vs mobile layout (should have read the instructions more closely). I needed to revisit my font-size units in order to scale them for the different display sizes.
-
Using Flexbox and auto margins to horizontally and vertically center the main card worked great except that it shoved the attribution element out of view at the bottom of the page. I fixed this by applying auto margins to the attribution element as well.
How can I better organize my CSS code to make it cleaner?
-