Hello world com blockly-games
This commit is contained in:
31
html/blockly-games/puzzle/style.css
Normal file
31
html/blockly-games/puzzle/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user