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

  • Aurélie• 70

    @aureliemesbahi

    Submitted

    Hello everyone. This is my first participation in the Frontend Mentor challenge. I am a student in web development and I do the challenges to practice. Any advice to help me improve is welcome.

    Fai• 140

    @Fsanea

    Posted

    good start, I advise to use CSS grid or flexbox which will make your life easier instead of using position and margin for each and make it complex. check this site will help a lot https://css-tricks.com/guides/

    Marked as helpful

    0
  • TJohnsey• 70

    @tjohnsey

    Submitted

    Two big issues I know I have are centering the grid on the full page and moving the quotations behind the text. I also noticed in mobile view the grid is way below the top of the screen I have not figured out how to fix that.

    Fai• 140

    @Fsanea

    Posted

    Good job, this is how we built our skills with the issues we face, I'm still new but I noticed in your code all the boxes inside one section, I advice you to consider each box as a separate section this is would help and make your code easier to read. and for CSS grid you can use grid-span for the boxes which require to take more than one column.

    a nice video about CSS grid: https://www.youtube.com/watch?v=jV8B24rSN5o&list=PLNb8ZAmkd-lSAx37skrpfO9N3IJBxCSbf&index=4&t=1395s

    0