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

  • Albaraa Adam• 230

    @AlbaraaAdam

    Posted

    looks nice! you can add a background color to the body: background: hsl(226, 43%, 10%); also should not use the same id for multiple elements, id should be unique. you can use the convenient font size and weight by using font-size and font-weight properties I realize that you used your name and your image which is cool :)

    Marked as helpful

    0
  • Albaraa Adam• 230

    @AlbaraaAdam

    Posted

    Hay this is nice work, I like it specially the animation, keep it up!!!

    0
  • Albaraa Adam• 230

    @AlbaraaAdam

    Posted

    You could use a bottom margin for the paragraph to make it inside the card div.

    Marked as helpful

    0
  • Albaraa Adam• 230

    @AlbaraaAdam

    Posted

    Thanks that was very helpful 🌟🌟🌟

    1
  • @catherineisonline

    Submitted

    Hello, Frontend Mentor community! This is my solution to the Social proof section.

    I have read all the feedback on this project and improved my code. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.

    You are free to download or use the code for reference in your projects, but I no longer update it or accept any feedback.

    Thank you

    Albaraa Adam• 230

    @AlbaraaAdam

    Posted

    Usually I use this in css: body{ Margin : 0; background : url("you write image src here"); display : flex; justify-contant : center; align- items : center; min-height : 100vh; } It will do the trick.

    2