Unit 2 ยท This Is Me In Tech
Stage 7 of 7
Unit 2 ยท Stage 7
This is it. Your profile is complete. In this last stage you will organize your CSS with comments, then step back and see what you built. (pause on a highlighted word to see what it does)
As a stylesheet grows, comments help you find your way. A comment is a note for humans that the browser ignores. In CSS it looks like /* your note */.
/* ... *//* and */ is a comment. The browser skips it, so you can label each section of your CSS without changing how the page looks./* === HEADER === */ above your header styles, then press โถ Run. The look stays the same; your code just gets tidy.What do we call notes in code that the browser ignores? Type one word, then press Submit to unlock the last steps.
Scroll your preview from top to bottom: a styled header, a row of cards with images, readable text, a signature, soft shadows, and a footer. You built a real web page from an empty style tag.
In Unit 3, Read All About It, you will build longer pages with articles and news, and share the stories that matter to your community.
To complete Stage 7, add at least two section comments to organize your CSS. Press Check my work when you are ready. This finishes the build stages and lets your teacher see that you completed your profile.