Akjava commited on
Commit
6977cd1
·
verified ·
1 Parent(s): 9266c08

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -226,6 +226,7 @@ Good to see you!
226
  const spk = number
227
  // ボタンテキストを設定
228
  button.textContent = "#"+spk.toString()+" "+word;
 
229
 
230
  // ボタンにクリックイベントを追加
231
  button.onclick = () => tts(word, spk);
 
226
  const spk = number
227
  // ボタンテキストを設定
228
  button.textContent = "#"+spk.toString()+" "+word;
229
+ button.style ="margin:4px;"
230
 
231
  // ボタンにクリックイベントを追加
232
  button.onclick = () => tts(word, spk);