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

+ hey, its rick

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 ^^

- hey, its rick

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; }