diff --git a/projects/project-2/index.html b/projects/project-2/index.html index fdf1173..0f9c8fc 100644 --- a/projects/project-2/index.html +++ b/projects/project-2/index.html @@ -10,34 +10,45 @@ - + + +
-
-

Aufgabe 1

-
-
+
-
+
+

Aufgabe 1 - European population density map

+
+
-
-

Aufgabe 2

-
-
+
-
+
+

Aufgabe 2 - POIs in Stuttgart

+
+
-
-

Aufgabe 3

-
-
+
-
+
+

Aufgabe 3 - UN SAN/H2O Europa

+
+
+
+
+ ©2020 - Tim Herbst & Marcel Schwarz +
+
diff --git a/projects/project-2/style.css b/projects/project-2/style.css index b7df7a3..9b4fdb9 100644 --- a/projects/project-2/style.css +++ b/projects/project-2/style.css @@ -2,6 +2,10 @@ background-color: #c5e8ff; } +.footer { + background-color: #f5f5f5; +} + .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; @@ -12,11 +16,6 @@ max-width: 40vw; } -.info h4 { - margin: 0 0 5px; - color: #777; -} - .legend { line-height: 18px; color: #555;