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
@FsaneaAll comments
- @aureliemesbahiSubmitted over 2 years ago@FsaneaPosted over 2 years ago
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 helpful0 - @tjohnseySubmitted over 2 years ago
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.
@FsaneaPosted over 2 years agoGood 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