diff --git a/_posts/2013-01-10-markup-image-alignment.md b/_posts/2013-01-10-markup-image-alignment.md index b67f692e..3aa832ec 100644 --- a/_posts/2013-01-10-markup-image-alignment.md +++ b/_posts/2013-01-10-markup-image-alignment.md @@ -58,7 +58,7 @@ And now for a **massively large image**. It also has **no alignment**.
Massive image comment for your eyeballs.
-The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. +The figure element above has an inline style of `width: 1200px` set which should break it outside of the normal content flow.
@@ -69,4 +69,4 @@ And now we're going to shift things to the **right align**. Again, there should In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. -And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! \ No newline at end of file +And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!