FEE_MathRunner/css/layout.css
2024-06-27 11:00:09 +02:00

26 lines
344 B
CSS

*{
color: white;
font-size: 30px;
}
#spielRaum{
width: 1000px;
height: 1000px;
margin: 0px;
background-color: yellow;
position: relative;
}
body{
height: 100%;
margin: 0px;
}
#tom img{
width: 300px;
}
#fuchs img{
width: 200px;
position: relative;
left: 50px;
}
#enemy img{
width: 220px;
}