make it float right

This commit is contained in:
rick
2025-07-05 21:41:12 +02:00
parent 19f71e0a33
commit b22e583ab3
2 changed files with 4 additions and 7 deletions

View File

@@ -13,9 +13,7 @@
I like to tinker around with Linux/Electronics stuff since 1995.<br/>
In my freetime i like to play games on my switch and watch anime ^^</p>
<div class="avatar">
<img src="pictures/bahi0u_chibi.png" width="430" height="366" alt="hey, its rick">
</div>
<img class="float-right" src="pictures/bahi0u_chibi.png" width="430" height="366" alt="hey, its rick">
<p>At fist i gonna use it as a blog where i post stuff about Linux/Electronics stuff.<br/>
I also use this site to tinker around with webstuff, learning new things is always interesting.</p>

View File

@@ -6,8 +6,7 @@ table, th, td {
padding: 4px;
}
.avatar {
.float-right{
float:right;
justify-content: center;
align-items: center;
}