Relentless Feather Unit 3 ยท Read All About It Stage 7 of 7

Unit 3 ยท Stage 7

Your Complete Newspaper

The Native Voice is finished. In this last stage you will organize your stylesheet with comments, then step back and see the whole edition you built. (pause on a highlighted word to see what it does)

1 Label your sections with comments

Your stylesheet has grown long. Comments make it easy to find each part. A comment is a note for humans that the browser ignores, written as /* your note */.

What this code means
/* ... */
Anything between /* and */ is skipped by the browser, so you can label each section without changing how the page looks.
๐ŸŽฎ Try it: add a comment line above each group of rules, like /* === MASTHEAD === */ and /* === HERO === */, then press โ–ถ Run. The look stays the same; your code just gets tidy.

๐Ÿค” Quick check before you go on

What do we call notes in code that the browser ignores? Type one word, then press Submit to unlock the last steps.

2 You published an edition

Masthead, hero photo with a headline layered on top, a grid of three stories, and a matching footer. You used CSS positioning, the trick that makes a page look truly designed.

๐ŸŒŸ You did it: The Native Voice is your paper, telling your community's stories. Native people have always been storytellers. Now you can publish those stories on the web.

3 What is next

Two full websites in: a profile and a newspaper. The units ahead keep building on everything you now know, adding more layout, more design, and more of your story on the web.

โœ“ Finish this stage

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 newspaper.

YOUR CODE
PREVIEW
Code Glossary
๐ŸŽฏ Your goal for this stage