Version - 1 - 1-38

This commit is contained in:
2023-11-29 22:29:18 +01:00
commit 2b81a65227
396 changed files with 19689 additions and 0 deletions

42
Version - 10/style.css Normal file
View File

@@ -0,0 +1,42 @@
body {
font-size: 15pt;
}
#red{
position: absolute;
width: 300px;
height: 300px;
}
#green{
position: absolute;
width: 300px;
height: 300px;
visibility: hidden;
}
#button1{
user-select: none;
position: absolute;
top: 50%;
left: 50%;
margin: -150px 0 0 -150px;
}
#Reset{
user-select: none;
width: 75px;
height: 50px;
background-color: darkred;
color: #ffffff;
}
#Bog{
user-select: none;
width: 110px;
height: 50px;
background-color: wheat;
}
#BigBog{
user-select: none;
width: 135px;
height: 50px;
background-color: wheat;
}