@SLuo490Submitted about 1 year ago
malik-n
@malik-nAll comments
- @malik-nPosted about 1 year ago
Hello! Congratulations on completing the challenge!
Some feedback :
- You must use
rem
instead ofpx
for your font-size asrem
is great for accessibility. - Try to design the layout for mobile-view first and then use media-query to change it to desktop-view.
- As for the current layout, your mobile-view is not fitting in small-screen-phone in landscape mode (please do check that out using developer tools on your browser).
Cheers!
0 - You must use
- @ElizabethHolgateSubmitted about 1 year ago@malik-nPosted about 1 year ago
Hey, Elizabeth! I just read through your code and I must say it was very tidy and organised. I could easily understand the design behind the component. Well done! Keep it up!
0