+ some text...
+From 92c7b9af17bbe4cbeec4103c8433856fa8d87b43 Mon Sep 17 00:00:00 2001
From: Boof <97455552+hexahigh@users.noreply.github.com>
Date: Fri, 21 Oct 2022 18:28:04 +0200
Subject: [PATCH] test
---
index.html | 6 ------
style.css | 16 +++++++++++++++-
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index b25815c..b9a86ec 100644
--- a/index.html
+++ b/index.html
@@ -14,12 +14,6 @@
-
-img {
- position: absolute;
- top: 0px;
- right: 0px;
-}
Games:
diff --git a/style.css b/style.css index e38d0e5..5aa042f 100644 --- a/style.css +++ b/style.css @@ -1 +1,15 @@ -.floatRight{float:right;margin-left:20px} \ No newline at end of file +.floatRight{float:right;margin-left:20px} + +#content { + position: relative; +} +#content img { + position: absolute; + top: 0px; + right: 0px; +} + +
+