Skip to content

Commit ba554b2

Browse files
committed
0.1.1
1 parent f487b7e commit ba554b2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>My Talking Ron</h1>
1616
<p id="transcriptTxt">your talking skeleton pal</p>
1717
<img width="100" id="ronImg" src="ron.png">
1818
<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!" />
2020
<hr>
2121
<a href="#" onclick="help()">Not Working?</a>
2222
<p><b>Warning: </b>Your browser may send speech input to be processed elsewhere!</p>

ron2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ function help() {
6767
}
6868

6969
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!");
7171
}

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ main {
1515
border: 2px solid #000;
1616
background-color: #fefefe;
1717
text-align: center;
18-
width: 400px;
18+
min-width: 300px;
19+
max-width: 500px;
1920
position: absolute;
2021
left: 0;
2122
right: 0;

0 commit comments

Comments
 (0)