Design comparison
Solution retrospective
I had trouble trying to use Github Pages. It would not display the images.
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Sunbear Day, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
1- Document should have one main landmark, you could have put all the content inside the
main
tag click here2- All page content should be contained by landmarks, you can understand better by clicking here: click here
I noticed that the content is not centered to fix this we can do the following:
body { /* margin-top: 2rem; */ /* padding: 1rem; */ display: flex; align-items: center; justify-content: center; min height: 100vh; flex-direction: column; }
Always prefer to center something using
flex-box
orgrid
, margin only in the latter case!The rest is great!!
Hope it helps...👍
0@SunbearDayPosted about 2 years ago@AdrianoEscarabote Thank you for the feedback. The link to understanding landmarks was very helpful. This was my first challenge. I'm looking forward to more challenges!
0
Please log in to post a comment
Log in with GitHubJoin 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