scrimba
Responsive Design
Think responsively
Important Note: The viewport meta tag
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Important Note: The viewport meta tag
AboutCommentsNotes
Important Note: The viewport meta tag
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The viewport meta tag</title>
</head>
<body>

</body>
</html>
Console
index.html
-3:39