HTML Academy
Custom Properties, Mastery Challenge 4
Introduction to CSS Custom Properties5/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>Timetable cards</title> <link rel="stylesheet" href="mastery-5-setting.css"> <link rel="stylesheet" href="style.css"> </head> <body> <div class="event event-approved"> <div class="time">09:15</div> <div class="text">Sometimes we forgot about the most important things in...</div> <div class="image-placeholder"></div> </div> <div class="event event-declined"> <div class="time">12:30</div> <div class="text">Quick reminder to having proper lunch and you can back to...</div> <div class="image-placeholder"></div> </div> </body> </html>
CSS
.event { } .time { } .image-placeholder { }

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