Learn CSS Transforms by Building a Penguin - Step 1

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
It keeps saying “you need a meta that has name set to viewport and a content of width=device-width, initial-scale=1.0” and I have that not sure what’s going on? Any help :slight_smile:

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en"></html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content"width=device-width, initial-scale=1.0"> 
    <body>
      </body> 
  <link href="styles.css">
  <title></title>
  </head>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1

Challenge: Learn CSS Transforms by Building a Penguin - Step 1

Link to the challenge:

You need to use a = to set the value of the attribute to that string

Just seen that I was about to say nevermind lol, but thank you!!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.