HTML Academy
Previous task
CSS Grid #21/14
Back to the list of tasks
  • 1. Area Template I
  • 2. Area Template II
  • 3. Named Grid Area I
  • 4. Named Grid Area II
  • 5. Template Row I
  • 6. Template Row II
  • 7. Template Rows I
  • 8. Template Rows II
  • 9. Template Row III
  • 10. Template Rows III
  • 11. Empty Grid Cells I
  • 12. Empty Grid Cells II
  • 13. Area Name
  • 14. Assigning Bricks to Areas
Area Template II
  • Sign up
  • Log in

Loading…
Everything will be ready in a few seconds.

  • Challenge

Area Template I

Recreate the target with code
DifficultyEasy
CategoryHTML/CSS
Current
Your current page
Target
The result to match
ResultAppears after the first checkAppears after checking
  • index.html
  • style.css
HTML
CSS
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Challenge</title> <link rel="stylesheet" href="setting.css"> <link rel="stylesheet" href="local-1.css"> <link rel="stylesheet" href="style.css"> </head> <body> <main class="scene"> <div class="grid"> <div class="brick brick--one"></div> <div class="brick brick--two"></div> <div class="brick brick--two"></div> </div> </main> </body> </html>
.grid { display: grid; grid-template-rows: 80px; {{templateProperty}}: "red blue blue"; }
-1
Preview

The code has changed. Click “Reload” or turn on autorun.

You have left the challenge page.

Click inside the preview to focus this window.

100%
0
    Completed 0%.

    Challenge completed

    Extra moves
    Continue

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

    VISAMastercard

    We are using cookies to gather information which will help you use our website most effectively. You can read about this here or disable this feature if you want. By continuing to browse the site, you agree to our use of cookies.