diff --git a/index.css b/index.css index cde4474..b9fc013 100644 --- a/index.css +++ b/index.css @@ -154,4 +154,12 @@ button:active { display: flex; justify-content: center; align-items: center; +} + +.username { + position: fixed; + bottom: 5px; + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file diff --git a/index.html b/index.html index 865e94a..1297b20 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,9 @@

Current Instance: instname

-

Made with <3

+
+ +

Logged in as: name

\ No newline at end of file