update
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user