Files
BRB-History/Version - 2/style.css
2023-11-29 22:29:18 +01:00

23 lines
283 B
CSS

body {
font-size: 15pt;
user-select: none;
}
#red{
position: absolute;
width: 100px;
height: 100px;
}
#green{
position: absolute;
width: 100px;
height: 100px;
visibility: hidden;
}
#button1{
position: absolute;
top: 50%;
left: 50%;
margin: -50px 0 0 -50px;
}