Learn Responsive Web Design by Building a Piano - Step 2

Tell us what’s happening:

There’s is very simple for me . what’s wrong? I don’t understand my own wrong.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Piano</title>

<!-- User Editable Region -->

<meta charset="UTF-8">
<meta name:"viewport" content:"width=device-width, initial-scale=1.0" >

<!-- User Editable Region -->

  </head>
  <body></body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0

Challenge Information:

Learn Responsive Web Design by Building a Piano - Step 2

It’s a typo, colons are usually used as delimiters which will also be taught in javascript lesson next. In css, it’s used to assign the value to a key too. (background-color:aqua etc)

Use = instead.

https://stackoverflow.com/questions/418799/what-does-colon-do-in-javascript

You’re help me a lot.