From dbbfce9f7673c19ca64e5b4458e5e0b4427e8a60 Mon Sep 17 00:00:00 2001 From: Armen Vartan Date: Mon, 1 Dec 2014 13:46:55 -0500 Subject: [PATCH] front end 6 --- front-end/6-css-challenge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/6-css-challenge/README.md b/front-end/6-css-challenge/README.md index 5125496..f096c81 100644 --- a/front-end/6-css-challenge/README.md +++ b/front-end/6-css-challenge/README.md @@ -12,7 +12,7 @@ Included are pictures of what the site should look like. Here are a few things t **Why use em or %?** When you code your css using px, you're defining the exact amount of pixels for the size. This seems great, until you go a different size monitor. Using % says what percent of the screen to take up. Em defines the size based on the px definition in the document. By default, this is 16px. By using em, you can size everything in relation to each other, and not have to change 1 pixel every time you make a minor adjustment. -Check out the js document. Figure out what it's doing. See if you can explain it to a friend. +Check out application.js. Figure out what it's doing. See if you can explain it to a friend. ![top of page](top.png) ![bottom of page](bottom.png)