Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

CSS, CSS Animation, Flexbox, Responsive Layout

Folarin Akinloyeβ€’ 1,240

@folathecoder

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Please check the implementation and my code! I went for desktop-first design. I will go for mobile-first in my next challenge!

Community feedback

P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

Hi there, Folarin Akinloye! πŸ‘‹

Nice to see you complete another challenge! πŸ˜€ Good work on this one! πŸ‘ Your solution looks good and responds up/down pretty well!

I'd like to suggest,

  • Setting text-align to center for the heading and the description text in the mobile layout of the site (as in the original design).
  • Like ctnance mentioned, adding the background images from the original design using CSS background images.
  • The way you named your CSS classes looks pretty similar to BEM (just add an extra underscore between terms and you'll be following BEM, too). πŸ˜‰

It's good to see you remembered to leave out the alt text for the stars images (so that screen readers don't repeat themselves a whole lot). πŸ˜€

Keep coding (and happy coding, too)! 😁

2

Folarin Akinloyeβ€’ 1,240

@folathecoder

Posted

@ApplePieGiraffe Thank you for the feedback. You are sooooo awesome πŸŽ‰πŸŽ‰πŸŽ‰!

  • I will work on my "attention to detail"! I use a small screen to code, so switching between multiple tabs got me lazyπŸ€¦β€β™€οΈ, but that's not a good excuse!

_ I was going for BEM, lol, but I totally missed an extra underscore. I will fix that in my subsequent challenges. πŸ‘Œ

Thank You!

1
P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

@folathecoder

Haha, no problem! I often code on a smaller screen, too, and I also feel a little lazy when it comes to responsive design, sometimes. πŸ˜† The attention to detail is worth it, though, since it's like the icing on the cake to a good project! πŸ˜†

Have fun coding! πŸ˜€

1
P
Graceβ€’ 27,890

@grace-snow

Posted

Hey, looks like you've already had lots of great feedback here so I won't repeat ☺

One small but important design point looking at your desktop preview. Do you see how in the original, the top and bottom sections align with each other on the left and right? In yours, they don't align on the right. These kind of details drive designers nuts and will be flagged as bugs by a test team, so it's good to get into the habit of noticing and fixing them now.

I hope this is helpful advice

1

Folarin Akinloyeβ€’ 1,240

@folathecoder

Posted

@grace-snow Thank you for your feedback. I will start paying more attention to details. I appreciate your input! 😊

0

@ctnance

Posted

Hi Folarin, great job on this one!

I noticed you used several media queries for the same min-width; I'm not sure if this was intentional, but you could use only one for the same effect to trim down your code.

Also, don't forget you can add the background images as well with the background-image attribute.

Again, really good work--keep it up!

1

Folarin Akinloyeβ€’ 1,240

@folathecoder

Posted

@ctnance Thank you very much for the awesome feedback. I am using a very terrible laptop to code, I did not notice the background images.

I will pay more attention to details on subsequent challenges!

Quick Question! I pretty much don't understand what you mean by

"I noticed you used several media queries for the same min-width; I'm not sure if this was intentional, but you could use only one for the same effect to trim down your code."

Is it the part where I kept adding "@include media-query (mobile)"?

Please can you show me an example and the right way to go about it because this is how I was taught!

0

@ctnance

Posted

@folathecoder That is understandable; those background images are very subtle!

Regarding the media query, I noticed the line @media screen and (max-width: 992) appearing multiple times in your CSS code. I was wondering if it was intentional, or if SCSS is doing this (I have not picked up SCSS yet, so I could be missing something).

Your code is very well written though, so it's only a minor thing!

1
Folarin Akinloyeβ€’ 1,240

@folathecoder

Posted

@ctnance Oh! That is SCSS's doing. It compiled my SCSS code to CSS, so I pretty much don't have any control over the outcome.

Thank you for your observation! πŸ‘Œ

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord