diff --git a/web/strike/style.css b/web/strike/style.css index 7cca1cd..187cb70 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -15,7 +15,7 @@ left:0; } */ -a{ +/* a{ font-family: 'Courier New', Courier, monospace; font-size: 180px; color: aqua; @@ -24,12 +24,16 @@ a{ /* top: 50%; left: 30%; transform: translate(-30%, -30%); */ -} +} */ /* Centered text */ .centered { - position: absolute; + font-family: 'Courier New', Courier, monospace; + font-size: 180px; + color: aqua; + position: relative; + display: inline-flex; top: 50%; left: 50%; transform: translate(-50%, -50%);