From 996fca9e343da6ee938d9575b73995c563fb7a5f Mon Sep 17 00:00:00 2001
From: rick
Date: Sat, 5 Jul 2025 21:55:28 +0200
Subject: [PATCH] make it float right
---
web/index.html | 2 +-
web/style.css | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/index.html b/web/index.html
index b8b0c57..b8cbc7b 100644
--- a/web/index.html
+++ b/web/index.html
@@ -6,6 +6,7 @@
Welcome to my small site
+
Hi, i'm Rick. Welcome to my small site
Don't expect to much rn, hopefully the site will extend over some time.
@@ -13,7 +14,6 @@
I like to tinker around with Linux/Electronics stuff since 1995.
In my freetime i like to play games on my switch and watch anime ^^
-
At fist i gonna use it as a blog where i post stuff about Linux/Electronics stuff.
I also use this site to tinker around with webstuff, learning new things is always interesting.
diff --git a/web/style.css b/web/style.css
index 5090535..638d5ac 100644
--- a/web/style.css
+++ b/web/style.css
@@ -6,7 +6,7 @@ table, th, td {
padding: 4px;
}
-.float-right{
- float:right;
+.float-left{
+ float:left;
}