Skip to content

Commit

Permalink
change positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
stephangriesel committed Oct 5, 2018
1 parent 1dc3eb6 commit c779543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Expand Up @@ -49,7 +49,7 @@ const speak = () => {
body.style.background = "#FFF url(6.gif)";
body.style.backgroundRepeat = "repeat-x";
body.style.backgroundSize = "100% 100%";
body.style.backgroundPosition = "bottom";
body.style.backgroundPosition = "500px 200px";

// Get text
const speakText = new SpeechSynthesisUtterance(textInput.value);
Expand Down

0 comments on commit c779543

Please sign in to comment.