FEE_MathRunner/css/layout.css
pbg2h23akl 52bce1e4a6 ad
2024-06-27 09:36:42 +02:00

24 lines
304 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;
}
#enemy img{
width: 220px;
}