diff --git a/css/main.css b/css/main.css index e866cf0..6ef39b8 100644 --- a/css/main.css +++ b/css/main.css @@ -7,4 +7,11 @@ body { main { flex: 1 0 auto; } - + +h1{ + color: white ; +} +p{ + color : white ; + text-align: center ; +} diff --git a/index.html b/index.html index d3c75ae..57f6575 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,9 @@

Speech Recognition

Click on this button, you can ask any question, ask to open a website or search for a query

- - - +
+ +


@@ -45,7 +45,7 @@

Speech Recognition

diff --git a/script.js b/script.js index 3567f56..c97ff03 100644 --- a/script.js +++ b/script.js @@ -41,6 +41,8 @@ function openSite(speech) { searchTerm(speech); } + +//Edit contactMe() function according to yourself. function contactMe() { synth.speak(new SpeechSynthesisUtterance("Sending an email to Adeen")) diagnosticPara.textContent = 'Sending an email to Adeen';