diff --git a/css/layout.css b/css/layout.css index 640ad06..ddd91c8 100644 --- a/css/layout.css +++ b/css/layout.css @@ -16,6 +16,9 @@ body{ #tom img{ width: 300px; } +#tom{ + position: fixed; +} #fuchs img{ width: 200px; position: relative; @@ -23,4 +26,7 @@ body{ } #enemy img{ width: 220px; +} +#enemy{ + position: fixed; } \ No newline at end of file diff --git a/index.html b/index.html index b31ff53..a8273a5 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,13 @@