diff --git a/css/layout.css b/css/layout.css index 9fdd082..51c21ba 100644 --- a/css/layout.css +++ b/css/layout.css @@ -13,27 +13,12 @@ body{ height: 100%; margin: 0px; } -#tom{ - width: 100px; - height: 200px; - background-color: blueviolet; - position: absolute; - bottom: 40px; - left: 200px; +#tom img{ + width: 300px; } -#fuchs{ +#fuchs img{ width: 200px; - height: 90px; - background-color: aqua; - position: absolute; - top: 80px; - left: 20px; } -#enemy{ +#enemy img{ width: 220px; - height: 200px; - background-color: red; - position: absolute; - bottom: 30px; - right: 40px; } \ No newline at end of file