diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..50c27e7
Binary files /dev/null and b/.DS_Store differ
diff --git a/README.md b/README.md
index 1ae221b..05cb61f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ When the page loads:
3. Create an image tag, set its `src` attribute to `http://49.media.tumblr.com/tumblr_m6qt1rjPSz1rxjzkho1_500.gif`, and append the to the `#greeting` div.
-Afterwards:
+Afterwards:
4. Add the class of `selected` to an `
` when it is clicked. Remove it from any other `li`s as well.
diff --git a/app.css b/app.css
index 7c0d3d8..d1e734a 100644
--- a/app.css
+++ b/app.css
@@ -1,5 +1,6 @@
-.selected {
+.selected {
font-weight: bold;
+ font-size:1.5em;
}
#ghosting, #resize {
@@ -9,8 +10,8 @@
#ghosting {
background-color: #ddd;
-}
+}
#resize {
background-color: orange;
-}
\ No newline at end of file
+}
diff --git a/index.html b/index.html
index 200f024..c1921df 100644
--- a/index.html
+++ b/index.html
@@ -38,5 +38,6 @@
+