Add avatar'

master
Nakidai 2024-01-30 00:15:19 +03:00 committed by Nakidai
parent f16eb16d46
commit 86e30f8632
Signed by: nakidai
GPG Key ID: 18AD605FDA13FE5A
3 changed files with 5 additions and 0 deletions

BIN
root/images/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

View File

@ -9,6 +9,7 @@
<body>
<div class="wrapper">
<div class="header">
<img src="images/avatar.png" alt="avatar" width="150px" height="150px" style="border-radius: 50%;">
<h1>Nakidai</h1>
</div>
<div class="content-wrapper">

View File

@ -23,6 +23,10 @@ div {
.header {
height: 20%;
display: flex;
align-items: center;
font-size: xxx-large;
}