Skip to content

Commit

Permalink
Add simple instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. Ryan Jones committed May 3, 2019
1 parent 7380700 commit 1546f6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ h1 {
#container {
display: flex;
flex-direction: column;
margin-top: 24px; /* add some space between guesses and instructions */
}
#after-guesses-container,
#before-guesses-container,
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ <h1>
<a class="bigger-target" href="./README.html">about</a>
</header>

<p>
I'm thinking of an English word. Make guesses below and I'll tell you if my word is alphabetically before or after your
guess.
</p>

<div id="container">
<div id="after-guesses-container">
<label id="after-label" class="initially-hidden" title="My word is after these words">
Expand Down

0 comments on commit 1546f6d

Please sign in to comment.