CodeNewbie Community 🌱

Discussion on: From Front Desk to Front End p5 Beginning Javascript

Collapse
 
mckennabramble profile image
McKenna Bramble

ARCANE! My absolute favorite show!

I have heard of vh before, but I don't know how to properly utilize it. I am definitely going to check it out. Does Frontend Mentor always give feedback?

Yay for starting JavaScript! 🎉🎉🎉

Collapse
 
taurist profile image
Tauri StClaire

vh and vw (for width) are relative heights set relative to the viewport! It's useful for centering the body element and if you set it to 100% it'll take up the entire view port, like a full-cover landing page!

Front End Mentor is a community that's based on communal code review, so feedback is not an absolute but so far I have found it to be a very active community!

Collapse
 
mckennabramble profile image
McKenna Bramble

That's cool, thank you :) I'll need to check out Frontend Mentor.