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

All comments

  • @sushankpp

    Submitted

    I have done the social-proof-section-master challenge but I couldn't add the SVG pattern on the right side of the model (desktop) if anyone knows how to do that please tell me any response is appreciated.

    @suyog-bhandari

    Posted

    try using position absolute and relative... relative is for the parent element and absolute for the svg you want to place. Use top bottom etc. to adjust the svg at the exact place u want it to be and u should be fine

    Marked as helpful

    0
  • @suyog-bhandari

    Posted

    Hi there, I have some suggestions about your code that might help you.

    -Your image is not being shown so make sure that your img src is correct.

    -Dont give equal font weight to every element as it hampers the visual hierarchy. Give font weight according to the order of importance.

    -use max-width in place of width as it helps in responsive design and use rem for font sizes rather than px(16px = 1rem)

    Hope you find it helpful!!

    2
  • @suyog-bhandari

    Posted

    Hi there, I have some suggestions about your code that might help you.

    • give padding to the input or the text will collide with the border and don't look good.

    • Social media icons should typically be anchor elements because anchor elements allows users to easily click on the icon and be taken directly to the company's social media profile page. This makes it easy for users to connect with the company on social media.

    • In the testimonial section, the name of person and his post both should start from same place, one starting from the start and another in the center is a bad practice. Hope you find it helpful!!

    Marked as helpful

    0