Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<style>
/* Exercise 3: Design Tokens — change a value here and see everything update */
:root {
--color-primary: #0770e3;
--color-primary: #ff6600;
--color-primary-hover: #0557b0;
--color-text: #444;
--color-heading: #0770e3;
--color-heading: #ff69b4;
--color-bg: #f0f4ff;
--color-card-bg: white;
--spacing-sm: 8px;
Expand Down Expand Up @@ -121,7 +121,7 @@
<div class="exercise">
<div class="exercise-label">Exercise 1 — Edit with AI</div>
<div class="card">
<h1>Hello, I'm Alex</h1>
<h1>Hello, I'm Nico</h1>
<p>I love exploring new places. My dream destination is Japan — the food, the temples, the trains.</p>
<button class="button">Let's go</button>
</div>
Expand Down