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.
more-css-practice/instagram/index.html
Line 51 in 5c63032
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.