Open Axkaban opened 6 years ago
Wonderful job, It looks great! You've met all expectations and requirements, now if you want to improve the responsiveness of the site you can change all your px for a more responsive measuring system like percentages, ems and rems, or vh and vw.
px
em
rem
vh
vw
If you want more information on the last two groups, here's a few articles: https://css-tricks.com/rem-global-em-local/ https://css-tricks.com/viewport-sized-typography/
And here's a commonly implemented styleguide to write your css https://github.com/airbnb/css
Best of luck!
Thank you for the comments and resources!!
Wonderful job, It looks great! You've met all expectations and requirements, now if you want to improve the responsiveness of the site you can change all your
px
for a more responsive measuring system like percentages,em
s andrem
s, orvh
andvw
.If you want more information on the last two groups, here's a few articles: https://css-tricks.com/rem-global-em-local/ https://css-tricks.com/viewport-sized-typography/
And here's a commonly implemented styleguide to write your css https://github.com/airbnb/css
Best of luck!