diff --git a/attributions.html b/attributions.html index 69b4f1d..da8a2c1 100644 --- a/attributions.html +++ b/attributions.html @@ -30,6 +30,15 @@ is licensed under CC BY-SA 4.0 +
+
+
+
+
+
+ located several wrong turns off the Information Superhighway
diff --git a/styles/index.css b/styles/index.css index 06e3fb5..791d987 100644 --- a/styles/index.css +++ b/styles/index.css @@ -7,6 +7,12 @@ footer { text-align: center; } +#gallery { + display: flex; + justify-content: center; + overflow: hidden; +} + #headerimg { float: right; }