Tell us what’s happening:
not a problem, but a question. regarding /meta/ element
meta name=“viewport”
content=“width=device-width, initial-scale=1.0”
what is viewport for?
does to use value of the content attribute (width=device-width)
must used viewport value first, or it doesnt matter?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Colors by Building a Set of Colored Markers - Step 6