diff --git a/src/index.html b/src/index.html index 77e52cf..54fa640 100644 --- a/src/index.html +++ b/src/index.html @@ -115,6 +115,15 @@ --> +
+ -- - -- + Development and hosting: Aljaž Starc + Insight and needy-greedy-details: Tjaž Valentinčič + - + gitplac.si/aljaxus/upn-qr + - +
+ \ No newline at end of file diff --git a/src/style.css b/src/style.css index d6ff8da..40f0488 100644 --- a/src/style.css +++ b/src/style.css @@ -48,4 +48,11 @@ code { } section div { padding-left: 25px; +} + +.credits { + display: grid; + align-items: center; + justify-content: center; + text-align: center; } \ No newline at end of file