UNIT 12 • STAGE 7 OF 7
Add mobile responsiveness, make one customization, and review your finished site
Click the Pop Out button in the Live Preview header to open your site in a new browser tab. Read through every section from top to bottom: Hero, Key Cases, Timeline, U.S. Context, My Research, How This Era Shapes Us Today, Footer.
Read it as a reader, not as a coder. Does the story flow? Does your writing in the My Research and U.S. Connection sections sound like you? Does the timeline tell the era's history in a way that makes sense to someone who did not already know it?
This is not a 10-page paper sitting in a Google Doc. It is a designed, published website that presents historical research with typography, visual hierarchy, interactive elements, and your own voice. It is the kind of thing that goes in a portfolio.
Your code now includes a @media block at the bottom of the CSS. This is called a media query. It tells the browser: "when the screen is 768 pixels wide or smaller, apply these different CSS rules."
Every grid that was repeat(auto-fill, minmax(280px, 1fr)) already handles small screens automatically because auto-fill collapses to a single column when there is not enough room. The media query handles elements that need explicit overrides: the hero grid, section padding, the flip card height, and the research composer split.
After popping out your site in a new tab, resize the browser window narrower until it is about phone-width. Watch the hero grid collapse from two columns to one, and the flip cards stack vertically. This is the media query in action.
Scroll to the :root block at the top of the CSS. This is the design system for the entire site: all colors, defined as CSS custom properties. Change at least one value to make the site feel like yours.
Because every color in the site is defined as a variable in :root and referenced as var(--gold), changing one value here updates every element that uses it simultaneously. This is why design systems are built on variables: one source of truth, infinite consistency.
You can also change the <title> tag to include your name, update the footer copyright line, or change the era badge text to anything you want.
Seven stages. Seven sections. One complete historical research website. Here is what you built and what you learned:
The history you learned: the Marshall Trilogy, the Indian Removal Act, the Trail of Tears, the Doctrine of Discovery, 370+ treaties, and why the treaty-making era ended in 1871. This is not background knowledge. It is the legal and political foundation that Tribal nations operate within right now.
Unit 12 moves deeper into the removal period with a new UX pattern: CSS accordion / expand-collapse. The same pre-loaded structure, the same design system, but a new era and a new interaction. The Removal Era is where you will meet the Five Civilized Tribes in detail and trace how federal removal policy was designed, contested, and ultimately enforced.