diff --git a/web/strike/index.html b/web/strike/index.html index 269493d..954ecee 100644 --- a/web/strike/index.html +++ b/web/strike/index.html @@ -1,3 +1,4 @@ + @@ -5,17 +6,41 @@ - + SI21 Operaators + + + + - - - - + + +Girl in a jacket + +
+ M + A + N + I + F + E + S + T + O +
+ + + - \ No newline at end of file + + diff --git a/web/strike/oper.png b/web/strike/oper.png new file mode 100644 index 0000000..7def14c Binary files /dev/null and b/web/strike/oper.png differ diff --git a/web/strike/style.css b/web/strike/style.css index e69de29..af61ff5 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -0,0 +1,19 @@ +a{ + font-family: 'Courier New', Courier, monospace; + font-size: 200px; + color: aqua; + position: relative; + display: inline-flex; + /* top: 50%; + left: 30%; */ + /* transform: translate(-30%, -30%); */ +} + + +/* Centered text */ +.centered { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } \ No newline at end of file