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

23
Version - 3/style.css Normal file
View File

@@ -0,0 +1,23 @@
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;
}