Skip to content

Commit

Permalink
Merge pull request #10 from fack2/css
Browse files Browse the repository at this point in the history
abstraction css
  • Loading branch information
YousefQawasmeh authored Aug 22, 2019
2 parents fe13a6e + 1fda51a commit c6e09c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ button{
}

.start{
border-radius: 20px;
padding: 2%;
margin-top: 10%;
width: 30%;
font-size: 170%;

}
.gameOver{
border-radius: 20px;
padding: 2%;
margin-top: 10%;
width: 50%;
font-size: 170%;
Expand Down
1 change: 1 addition & 0 deletions src/component/Game/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Game extends Component {
status={this.props.status}
time={this.getTime}
/>
<br/>
<img
alt="img colors"
src="https://cdn.dribbble.com/users/935167/screenshots/2896660/project-loader-colors.gif"
Expand Down
1 change: 1 addition & 0 deletions src/component/GameOver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class GameOver extends Component {
<button className="gameOver" name="playAgain" onClick={this.over}>
Play Again
</button>
<br/>
<img
alt="img game over"
src="https://media.istockphoto.com/vectors/game-over-skull-vector-icon-vector-id1098194540?k=6&m=1098194540&s=170667a&w=0&h=C_NMg6BRy8pP2_Er43P61Gmk4LWff3w0Uf38WTA0xeA="
Expand Down

0 comments on commit c6e09c1

Please sign in to comment.