Skip to content

Commit

Permalink
style: centered buttons and wireframes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
es-rene99 committed Jul 18, 2021
1 parent e3d8fe8 commit 0701e53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
10 changes: 10 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
margin-right: 5%;
}

.game__start-btn {
display: block;
position: absolute;
top: 50%;
left: 50%;
cursor: pointer;
}

/* * This classes should be at bottom to take priority: */

.hidden-element {
display: none;
}

0 comments on commit 0701e53

Please sign in to comment.