+ some text...
+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; +} + +
+