diff --git a/README.md b/README.md index 335bfc6..ffd5e1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # Build a Weather App diff --git a/css/styles.css b/css/styles.css index e69de29..78d3d5a 100755 --- a/css/styles.css +++ b/css/styles.css @@ -0,0 +1,11 @@ +* { + font-family: Helvetica, Arial, sans-serif; +} + +body { + background-color: white +} + +current-temp { + +} diff --git a/index.html b/index.html index d2cf814..d003d49 100755 --- a/index.html +++ b/index.html @@ -8,10 +8,30 @@
+