forked from sswebdev/ios7-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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? |