change user page design

This commit is contained in:
Mystikfluu
2022-07-09 16:09:27 +02:00
parent f0110724dd
commit 22fa2d4759
4 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -17,13 +17,13 @@
<h1>Welcome Back!</h1>
</header>
<main>
<div class="form_class info_div">
<div class="form_class info_div totib">
<h2 id="user">User: USER</h2>
<br>
<img id="avatarimg" width=100 height=100>
<br>
<br>
<span class="bio">Bio: <input type="text" id="bio" disabled placeholder="wow such empty"></span>
<h4 id="userBio">Bio: </h4>
<br>
<button onclick="logout()">Logout</button>
</div>