HTML Academy
Custom Properties, Mastery Challenge 1
Introduction to CSS Custom Properties2/5
Back to the list of challenges
  • 1. Custom Properties, Mastery Challenge 1
  • 2. Custom Properties, Mastery Challenge 2
  • 3. Custom Properties, Mastery Challenge 3
  • 4. Custom Properties, Mastery Challenge 4
  • 5. Custom Properties, Mastery Challenge 5
  • Sign up
  • Log in

Register to take up challenges

Registration will only take a minute and let you save your study progress. You can register with your email and password or login via social networks.

or
Log in and continue
  • index.html
  • style.css
HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Progress</title> <link rel="stylesheet" href="style.css"> <style> body { display: flex; width: 500px; padding: 20px 0; justify-content: center; align-items: center; background-color: #f8f8f8; font-family: 'Arial', sans-serif; } .container { width: 350px; padding: 20px; background: white; border-radius: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } .item { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid #ddd; } .item:last-child { border-bottom: none; } .icon { flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%; } .gold { background-color: var(--color-gold); } .purple { background-color: var(--color-purple); } .orange { background-color: var(--color-orange); } .text h4 { margin: 0; font-size: var(--title-font-size); font-weight: bold; } .text p { margin: 3px 0 0; font-size: 14px; color: #555; } .date { margin-bottom: 5px; font-size: 12px; color: #888; } </style> </head> <body> <div class="container"> <div class="item"> <div class="icon gold"></div> <div class="text"> <div class="date">Today</div> <h4>5,72 KM</h4> <p>30 days nonstop run. Congrats!</p> </div> </div> <div class="item"> <div class="icon purple"></div> <div class="text"> <div class="date">Yesterday</div> <h4>12,876 Steps</h4> <p>You reached 200K foot steps this month. You are awesome!</p> </div> </div> <div class="item"> <div class="icon orange"></div> <div class="text"> <div class="date">1 march</div> <h4>11,983 Steps</h4> <p>Another 10K steps, you are awesome!</p> </div> </div> </div> </body> </html>
CSS
:root { }

What didn’t you like in this task?

Thanks! We’ll fix everything at once!

100%
  • Goal
  • Result
  • Overlay
  • Differences
  • ?

Press Compare to send your code for review.

Failed to load the goal. Try later.

Goal — the interface you need to get.

Result — the way the server sees your code. Can differ from what you see in the mini-browser. The comparison is made between this result and the goal.

Overlay — semi-transparent result is shown above the goal.

Differences — the map of differences between the goal and the result.

Done 0%.
The code has been changed

Cookies ∙ Privacy ∙ License Agreement ∙ About ∙ Contacts ∙ © HTML Academy OÜ, 2019−2025

VISAMastercard