Tell us what’s happening:
Hi, I really do not understand what’s going wrong.
I have:
<!DOCTYPE html>
<html lang="en"> </html>
<head> </head>
- 2 meta tags in
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body> </body>
Do I need glasses? Because I can’t see what I’m doing wrong?
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<!-- User Editable Region -->
/* file: styles.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body></body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Grid by Building a Magazine - Step 1