Hello world com blockly-games

This commit is contained in:
2025-10-06 19:03:59 -03:00
parent bed4c22655
commit 53a06d0e58
266 changed files with 8305 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
body {
overflow: hidden;
}
#graph {
position: absolute;
bottom: 25px;
height: 15px;
width: 100px;
border: 1px solid #ddd;
}
#graphValue {
height: 15px;
width: 0;
background-color: #0d0;
transition-property: width;
transition-duration: 1s;
}
#blockly {
position: fixed;
}
#help {
overflow: hidden;
}
#sample {
height: 205px;
width: 300px;
}