diff --git a/css/layout.css b/css/layout.css index 1ffdf28..9fdd082 100644 --- a/css/layout.css +++ b/css/layout.css @@ -4,7 +4,7 @@ } #spielRaum{ width: 1000px; - height: 500px; + height: 1000px; margin: 0px; background-color: yellow; position: relative; @@ -13,7 +13,7 @@ body{ height: 100%; margin: 0px; } -#spielFigur1{ +#tom{ width: 100px; height: 200px; background-color: blueviolet; @@ -21,7 +21,7 @@ body{ bottom: 40px; left: 200px; } -#spielFigur2{ +#fuchs{ width: 200px; height: 90px; background-color: aqua; @@ -29,7 +29,7 @@ body{ top: 80px; left: 20px; } -#spielFigur3{ +#enemy{ width: 220px; height: 200px; background-color: red; diff --git a/index.html b/index.html index 4897c35..b31ff53 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,12 @@
tom - tom - tom +
+
+ fuchs +
+
+ Gegner