Latest solutions
- Submitted 8 days ago
Components Blog Card
- HTML
- CSS
I'm having trouble with the illustration image because in the figma file the image has a higher height, but I didn't manage to do it. I'm happy to take any advice on my code.
- Submitted 10 days ago
Clipboard Landing Page (Flexbox & Grid)
- HTML
- CSS
I tried not to use pixel sizes, I just used rem and percentage. I'd like someone to tell me if I've succeeded because I used to do everything in pixels.
- Submitted 13 days ago
Responsive Testimonials grid Section (Grid & Flexbox)
- HTML
- CSS
I would have liked some help with the size ratio, as I don't find my page very responsive and I would have liked some advice.
- Submitted 14 days ago
Responsive Page about Social Proof (Grid & Flexbox)
- HTML
- CSS
During this challenge, I came across a problem that has yet to be resolved. I couldn't move the customer reviews section to the bottom. I was able to move it to the top, but I couldn't move it to the bottom.
Latest comments
- @qayoommunawarSubmitted 10 days ago@YannsolerPosted 9 days ago
Good evening, sorry in advance for the translation, I'm French and I don't speak English very well.
Your code is good but it could be better:
- For your header-hero it would have been fairer to use the <header> tag instead of <div class=‘header-hero’>. Your ‘container’ div serves no purpose, I haven't looked in your css but normally it's too much. Then as for the logo and the button, you could have put them in an <nav> tag, which would have been better semantically.
*As for the footer, I can see that you had trouble with your community section. The solution was to put this section at the very top of your footer and to put it in the absolute position and also to put the footer in the relative position. Then you would have used the negative margin-top and the left and right properties to centre it.
I can't check all your code because that would take time, but you've succeeded in this challenge and I congratulate you on it, hoping that my comment will have been useful to you :)
Marked as helpful1