From 5935bd62eae2ed60ca6234541108a69915c62bb3 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sat, 5 Oct 2013 10:03:17 -0500 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70f92bf --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +ios7-weather +============ + +1. Fork this repository to your account, then clone it from there. +2. Open the index.html file in your browser. +3. Compare what you see in your browser to the iOS_7_Weather.png file. Notice that the image shows a thunderstorm and lots of nicely formatted data, but the code currently shows a sunny background and not-so-nicely formatted output. +4. The HTML is fine, but the code in main.css is missing a lot of CSS. + +Can you add the necessary CSS to make the web page look like it should?