diff --git a/web/strike/index.html b/web/strike/index.html index 8853718..3c6d16c 100644 --- a/web/strike/index.html +++ b/web/strike/index.html @@ -26,14 +26,19 @@ I K E - s + S . . . + +
+Image source: Striking telephone operators. April 1947 +
diff --git a/web/strike/style.css b/web/strike/style.css index 5c4b638..27d9cfc 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -24,7 +24,7 @@ a{ /* top: 50%; left: 30%; transform: translate(-30%, -30%); */ -} +} /* Centered text */ @@ -33,4 +33,14 @@ a{ top: 50%; left: 50%; transform: translate(-50%, -50%); + } + + /* image source */ +.img-source { + position: absolute; + font-size: small; + color: gold; + /* top: 50%; + left: 50%; + transform: translate(-50%, -50%); */ } \ No newline at end of file