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

All comments

  • @2trill2code

    Submitted

    • Are there better ways to do a simple CSS reset?
    • Is there a better way to vertically and horizontally centre a div?
    • How was the HTML? Was it semantic enough? How about the class names were they also semantic?
    • Should all text type elements p, h1 etc. have class names?
    • Is it a good practice to specify something like h3 compared to .container h3 if you know that one h3 will be on the page?

    @BRENHINES

    Posted

    Hello, your code is well written. As for how to do CSS resets more simply, I don't think there is a simpler way to do it. But if you fond another way to make it simply, please can you share it ? And flex is the simplest way to center a div.

    Your Html is quite semantic but the classes names, I find them a little disorganized and non-specific, have you ever tried to learn the formatting of class names?

    For SEO you should have an H1 for the title because it will be more referenced.

    Best wishes.

    Marked as helpful

    2