From 4ed443ca79bd90755b07f6911a5220f64e04c33c Mon Sep 17 00:00:00 2001 From: Sang-Min Yoon Date: Thu, 13 Feb 2014 21:05:36 -0500 Subject: [PATCH] 2 Small Typos Added a missing quote on line 64 and a typo on line 271. Signed-off-by: Sang-Min Yoon --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b24cff6..c9135cb 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@

A Fragmented World

-

As of 2013, there are thousands of different devices and screen sizes that browse the +

As of 2013, there are thousands of different devices and screen sizes that browse the internet, so it's impossible to design layouts to target them all. Instead, we must take a more fluid approach to design.

@@ -268,7 +268,7 @@
6

Create Rows

-

Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing +

Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise known as clearing issues. Rows are cleared with either a clearfix or overflow: hidden. This clearfix was created by Nicolas Gallagher: