diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/index.html b/index.html index 5f62f48..c05b97d 100644 --- a/index.html +++ b/index.html @@ -11,14 +11,16 @@ <body> <main> <section id="dropdown"> - <button id="close-dropdown">X</button> - <h1>Wednesdayle</h1> - <p> - It's one word, nine letters long! - </p> - <p> - You have one guess. Goodluck! - </p> + <div id="dropdown-container"> + <h1>Wednesdayle</h1> + <p> + It's one word, nine letters long! + </p> + <p> + You have one guess. Goodluck! + </p> + <button id="close-dropdown">X</button> + </div> </section> <h1>Wednesdayle</h1> <section id="game-area"> @@ -32,8 +34,9 @@ <div id="box7"></div> <div id="box8"></div> <section id="msgbox"> - <div id="notword">That's not the word..</div> - <div id="theword">That's the word!</div> + <div id="notword">😔 Not quite... ðŸ˜</div> + <div id="theword">🎉 That's the word! 🎉</div> + <button id="reset">again?</button> </section> </section> <section id="keyboard"> |