We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c0ba2 commit fe4cfc1Copy full SHA for fe4cfc1
index.css
@@ -154,4 +154,12 @@ button:active {
154
display: flex;
155
justify-content: center;
156
align-items: center;
157
+}
158
+
159
+.username {
160
+ position: fixed;
161
+ bottom: 5px;
162
+ display: flex;
163
+ justify-content: center;
164
+ align-items: center;
165
}
index.html
@@ -24,7 +24,9 @@
24
</div>
25
<p id=instname class=currentinstance>Current Instance: instname</p>
26
27
- <p class=love>Made with <3</p>
+ <div>
28
+ <!-- <p class=love>Made with <3</p> -->
29
+ <p class=username>Logged in as: name</p>
30
31
</body>
32
</html>
0 commit comments