File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1>My Talking Ron</h1>
16
16
< p id ="transcriptTxt "> your talking skeleton pal</ p >
17
17
< img width ="100 " id ="ronImg " src ="ron.png ">
18
18
< hr >
19
- < input type ="button " id ="talkBtn " onclick ="listen() " value ="Talk to Ron! " />
19
+ < input type ="button " style =" font-size: 24px; " id ="talkBtn " onclick ="listen() " value ="Talk to Ron! " />
20
20
< hr >
21
21
< a href ="# " onclick ="help() "> Not Working?</ a >
22
22
< p > < b > Warning: </ b > Your browser may send speech input to be processed elsewhere!</ p >
Original file line number Diff line number Diff line change @@ -67,5 +67,5 @@ function help() {
67
67
}
68
68
69
69
function about ( ) {
70
- alert ( "My Talking Ron v0.1.0 \n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr\n\nMade with <3 and vanilla JS!" ) ;
70
+ alert ( "My Talking Ron v0.1.1 \n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr\n\nMade with <3 and vanilla JS!" ) ;
71
71
}
Original file line number Diff line number Diff line change 15
15
border : 2px solid # 000 ;
16
16
background-color : # fefefe ;
17
17
text-align : center;
18
- width : 400px ;
18
+ min-width : 300px ;
19
+ max-width : 500px ;
19
20
position : absolute;
20
21
left : 0 ;
21
22
right : 0 ;
You can’t perform that action at this time.
0 commit comments