Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gotta catch 'em all!

### <hr> Desktop Version

<img width="1512" alt="image" src="https://user-images.githubusercontent.com/83284294/196313643-f7144a79-7ccb-47cd-ace1-9ac8722f7bbb.png">
![welcome screen](docs/screenshots/welcome-screen.png)
<img width="1512" alt="image" src="https://user-images.githubusercontent.com/83284294/196313685-91f20bd7-b331-4f65-8c12-8e85524aad2d.png">
<img width="1505" alt="image" src="https://user-images.githubusercontent.com/83284294/196313732-bc91b5a0-d88c-4937-94bf-5437ede69403.png">
<img width="1234" alt="image" src="https://user-images.githubusercontent.com/83284294/196313890-58a65ccd-cb36-4da4-9573-aaf08c788bbd.png">
Expand Down
Binary file added docs/screenshots/welcome-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@

<div class=" mt-3">

<img id="logo" src="https://upload.wikimedia.org/wikipedia/commons/9/98/International_Pok%C3%A9mon_logo.svg"
alt="pokemon_logo">

<button class="btn" id="play" onClick="play()"><span class="top">LET'S </span><span
class="bottom">PLAY</span></button>
<img
id="logo"
class="mb-5"
src="https://upload.wikimedia.org/wikipedia/commons/9/98/International_Pok%C3%A9mon_logo.svg"
alt="pokemon_logo"
>

<button class="btn" id="play" onClick="play()">LET'S PLAY</button>

<p class="h1 text-center" id="welcome_text"> Pokemon Hangman! </p>
<p class="h1 text-center" id="welcome"></p>
Expand Down
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ P{



button#play{
button.retryButton{
transition: 1s;
animation-name:coloranimation2;
background-image: url(./src/files/poke-btn.png);
Expand All @@ -318,12 +318,12 @@ P{
margin-top: 2%;
padding-top: 60px;
position: relative;
}
}

button#play:hover{
height: 250px;
width: 250px;
transition: 1.5s;
button.retryButton:hover{
height: 250px;
width: 250px;
transition: 1.5s;
}

.letters-btn{
Expand Down