FEE_MathRunner/css/layout.css
pbg2h23akl 9fbf6f1103 asdwa
2024-07-04 10:23:32 +02:00

32 lines
405 B
CSS

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