Skip to content

Commit

Permalink
This is the commit for participating Mini App Contest. The bot is @wo…
Browse files Browse the repository at this point in the history
…rdiereecybot Wordie is a word game created by Reecy.
  • Loading branch information
WhymustIhaveaname committed Oct 10, 2023
1 parent b86ab64 commit 922cc34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ <h2>🎲 Guess a word!</h2>
<div id="secret" hidden="true"></div>
</div>

<div>
<h3>How to play</h3>
<div id="howtoplay">
<h2>How to play</h2>

<p>You are given a hint of the first two letters of a word.
Try to guess the word!</p>
Expand Down
6 changes: 5 additions & 1 deletion res/better.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
max-width: 640px;

line-height: 1.6;
font-size: 18px;
font-size: 16px;
font-family: sans-serif;

/*background-image: url(cats.jpg);
Expand All @@ -13,6 +13,10 @@ body {
background-color: var(--tg-theme-bg-color,#fff);
}

div#howtoplay {
font-size: 12px;
}

h1,
h2,
h3 {
Expand Down

0 comments on commit 922cc34

Please sign in to comment.