Implemented profile picture

This commit is contained in:
Maximilian Giller 2023-12-26 23:49:10 +01:00
parent dbad20b276
commit f3af7ab67f
2 changed files with 14 additions and 3 deletions

View file

@ -16,6 +16,16 @@
padding: 0;
}
.profile {
margin-top: 150px;
height: auto;
width: 10%;
min-width: 25px;
min-height: 25px;
margin-left: 45%;
margin-right: 45%;
}
.info {
color: #fff;
}
@ -125,6 +135,7 @@
</tr>
</table>
<img class="profile" src=" profile.jpg" />
</div>
<script>

BIN
profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 KiB