File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -128,4 +128,22 @@ center-buttons {
128
128
text-align : center;
129
129
border-radius : 5px ;
130
130
padding : 0px ;
131
+ }
132
+
133
+ a : link ,
134
+ a : visited {
135
+ color : rgb (255 , 255 , 255 );
136
+ font-weight : bold;
137
+ text-decoration : none;
138
+ }
139
+
140
+ # info {
141
+ color : white;
142
+ font-family : 'Courier New' , Courier, monospace;
143
+ font-size : small;
144
+ display : inline-block;
145
+ position : fixed;
146
+ bottom : 10px ;
147
+ left : 10px ;
148
+ width : 100% ;
131
149
}
Original file line number Diff line number Diff line change 41
41
< button id ="settings "> Settings</ button >
42
42
< form id ="settingsForm " class ="form-group " style ="display: none ">
43
43
< label for ="simulationAria "> Simulation Area:</ label >
44
- < input type ="number " id ="simulationAria " value ="10 " min ="1 " required onkeydown ="if(event.key === 'Enter'){event.preventDefault();} ">
44
+ < input type ="number " id ="simulationAria " value ="10 " min ="1 " required
45
+ onkeydown ="if(event.key === 'Enter'){event.preventDefault();} ">
45
46
< label for ="elastic ">
46
47
coefficient of restitution:</ label >
47
- < input type ="number " id ="elastic " value ="1.5 " min ="0 " required onkeydown ="if(event.key === 'Enter'){event.preventDefault();} ">
48
+ < input type ="number " id ="elastic " value ="1.5 " min ="0 " required
49
+ onkeydown ="if(event.key === 'Enter'){event.preventDefault();} ">
48
50
49
51
< label for ="showGrid "> Show grid:</ label >
50
52
< input type ="checkbox " id ="showGrid ">
57
59
</ div >
58
60
</ div >
59
61
</ div >
62
+ < div id ="info ">
63
+ Made by < a href = "https://github.com/NiniEdo " > Edoardo Nini</ href >
64
+ </ div >
60
65
< script type ="module " src ="/src/renderer.ts "> </ script >
61
66
< script type ="module " src ="/src/domHandler.ts "> </ script >
62
67
</ body >
You can’t perform that action at this time.
0 commit comments