CSS HOME
Use HOME in real CSS code and explain what changes when the code runs.
HOME changes how real HTML looks in the browser. Edit the rule, watch the page update, then adjust spacing, color, and sizing until the design communicates clearly.
The blue focus for this topic is HOME: the example shows the real CSS rule that changes layout, spacing, color, or motion immediately in the browser.
.lesson-card {
border: 3px solid #111827;
border-radius: 8px;
background: #fff7e9;
padding: 1rem;
}