Skip to content

Improper indenting on Instagram index.html #3

Description

@MelonsAway


This line is one of a few that you did not indent properly. Each element inside a container goes one step (whatever number of spaces you're using) from the container; and if you have things inside multiple containers, like h3 is inside of main, which is inside of body, which is inside of html; it would go in three steps: body is one step in from html, main is one step in from body, and h3 is one step in from main. Other than that, your code is very well done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions