Learn CSS Grid by Building a Magazine - Step 1

Tell us what’s happening:

Magazine Layout ini kenapa masih salah

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->



<!-- User Editable Region -->

/* file: styles.css */
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="">
    <meta ">
    <title>Magazine Layout</title>
</head>
<body>
    <!-- Content will go here -->
</body>
</html>

Your browser information:

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

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 1

You are missing the viewport meta tag: Viewport meta tag - HTML: HyperText Markup Language | MDN

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