diff options
author | gennyble <gen@nyble.dev> | 2023-06-18 18:22:20 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-06-18 18:22:20 -0500 |
commit | ddb2ac6339cec6deb46ab5613717859f4909e772 (patch) | |
tree | e05382a4dfdc6e2394239568e8b8e6ddcde3ff06 /index.html | |
parent | 2600d94694c326fa450cb6d753401e70f18fb0e9 (diff) | |
download | wednesdayle-ddb2ac6339cec6deb46ab5613717859f4909e772.tar.gz wednesdayle-ddb2ac6339cec6deb46ab5613717859f4909e772.zip |
it worksish
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"> |