diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..eeb2655 Binary files /dev/null and b/.DS_Store differ diff --git a/css/weather.css b/css/weather.css new file mode 100644 index 0000000..4ec81bf --- /dev/null +++ b/css/weather.css @@ -0,0 +1,7 @@ +div { + display: flex; + justify-content: space-evenly; +} +#weather { + flex-direction: row; +} \ No newline at end of file diff --git a/index.html b/index.html index 3233671..221aa36 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,16 @@
-