2024-06-27 09:29:23 +02:00
|
|
|
*{
|
|
|
|
color: white;
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
#spielRaum{
|
|
|
|
width: 1000px;
|
2024-06-27 09:33:13 +02:00
|
|
|
height: 1000px;
|
2024-06-27 09:29:23 +02:00
|
|
|
margin: 0px;
|
|
|
|
background-color: yellow;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
height: 100%;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2024-06-27 09:36:42 +02:00
|
|
|
#tom img{
|
|
|
|
width: 300px;
|
2024-06-27 09:29:23 +02:00
|
|
|
}
|
2024-06-27 09:36:42 +02:00
|
|
|
#fuchs img{
|
2024-06-27 09:29:23 +02:00
|
|
|
width: 200px;
|
|
|
|
}
|
2024-06-27 09:36:42 +02:00
|
|
|
#enemy img{
|
2024-06-27 09:29:23 +02:00
|
|
|
width: 220px;
|
|
|
|
}
|