Idrissa Diallo
@id-dev3All comments
- @LizCodeStories@id-dev3
I'm jealous of your work, but I admit it was very well done. Congrats! But I would like to add only one suggestion: Try to nest this block of code inside the
<footer></footer>
tag to improve the accessibilityChallenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Elizabeth</a>. </div>```
- @smavilp@id-dev3
Your work is amazing, but your card goes to the top when it's on mobile view, and I think it should be at the center of the webpage, did you check that? Try these media queries to check if it's working now: @media only screen and (max-width: 600px) or @media only screen and (min-width: 320px)