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

Social Section using HTML , CSS , Bootstrap

SHIVAM MINAโ€ข 10

@shivam-mina

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


I m beginner , my output seems right but my code seems little bit less readable. I will try writing better code in upcoming challenges. if u saw my work , any comments are welcomed

Community feedback

Ashwiniโ€ข 100

@infiniteowl05

Posted

Hi @shivam-mina ๐Ÿ‘‹

Nice work on this challenge. Its quite responsive as well.

A few suggestions:

  1. bg-pattern-bottom is not positioned at the bottom in Mobile. You could define images as background-image and position them using background-position as follows: body{ background-image: url(images/bg-pattern-bottom-mobile.svg),url(images/bg-pattern-top-mobile.svg); background-repeat: no-repeat,no-repeat; background-position: right bottom, left top; }
  2. Include more Media queries for different viewport size, as ratings section is not much responsive with width 1000px to 1400px.
  3. Testimonial section has spacing and image size issue. This can be handled with media queries as stated above.

CSS Flexbox and CSS GRid would be a good add-on.

Happy Coding ๐Ÿ˜Š.

2

@JesusAtao96

Posted

Hello @shivam-mina ๐Ÿ‘‹

Excellent work in this challenge. I would recommend you learn about CSS Grid and Flexbox.

Happy coding and Happy new year ๐Ÿ˜Š.

1

SHIVAM MINAโ€ข 10

@shivam-mina

Posted

@JesusAtao96 Yes , Sure. Happy new year !!!

0
P
ApplePieGiraffeโ€ข 30,565

@ApplePieGiraffe

Posted

Hello there, SHIVAM MINA! ๐Ÿ‘‹

I just wanted to say, congratulations on completing your first Frontend Mentor challenge! ๐ŸŽ‰ Good work on this one! ๐Ÿ‘

I just suggest taking a look at your solution report and trying to clear up some of the errors there. For example, it's better to use forward slashes rather than backslashes when specifying file paths in your code, and it's recommended to only put spans inside of spans (not divs inside of spans, since divs are block-level elements). ๐Ÿ˜‰

Keep coding (and happy coding, too)! ๐Ÿ˜

0

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