From a6d22d62f6671d9d55e5623903a111dfc560c6de Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:44:00 +0200 Subject: [PATCH] t --- index.html | 2 +- style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2b7bb32..5553c64 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

File upload/host

Pastebin

Donate

-
+

 

Games:

2048

diff --git a/style.css b/style.css index 59f1090..5fc75cd 100644 --- a/style.css +++ b/style.css @@ -1 +1,6 @@ .floatRight{float:right;margin-left:20px} + +#hp { + float: right; + margin: 0 0 0 15px; + } \ No newline at end of file