Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle landing page

#accessibility#bem

@zauri-khutsishvili


Design comparison


SolutionDesign

Solution retrospective


Is it better to use em instead of px in media queries?

And what's wrong with the report?

Community feedback

Lacey E 110

@laceeder

Posted

To answer your questions, using em or rem is more dynamic than px. I'm going back through my challenges and updating that part of my codes myself. I now use em for font-size and rem for the rest.

Your report has so many errors because your code is jumbled.

For the html, it should look like this:

<head>
<body>
<header>
<main>
<footer>

(with proper indentation, of course)

you also need to put something in the quotations for the <a> tag. I usually do <a href="#">content here</a>

Also, before submitting solutions, remember to run your code through a validator. I use the HTML and CSS ones from w3c. HTML validator CSS validator

These will help prevent less errors on the report :) They also tell you what line the errors are on as well. Hope this was helpful and good luck on future challenges! :)

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord