Add ability to stop the morse.
This commit is contained in:
parent
0e722b813e
commit
7ea4dd1752
5 changed files with 37 additions and 29 deletions
|
@ -1,42 +1,42 @@
|
|||
body {
|
||||
background-color: lightblue;
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
font-size: 30px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 25px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 25px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 20px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
font-size: 20px;
|
||||
font-family: "Verdana", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#buttonwrap {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #4CAF50; /* Green */
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
width: 70%;
|
||||
height: 100px;
|
||||
background-color: #4CAF50; /* Green */
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
width: 70%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.button[disabled=disabled] {
|
||||
background-color: gray;
|
||||
.button.stop {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
#hintbutton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue