Skip to content

Commit

Permalink
Updated Reset button font
Browse files Browse the repository at this point in the history
  • Loading branch information
quynhnle135 committed Feb 22, 2024
1 parent 53597ac commit c20341e
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url('//fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('//fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

* {
margin: 0;
Expand All @@ -14,19 +15,7 @@ body {
background-color: #6563ff;
}

#reset-button {
padding: 10px 20px;
border-radius: 5px;
color: white;
border: none;
background-color: #6563ff;
width: 100%;
margin: 30px 0px 0px 0px;
box-shadow: 5px 5px 2px hsl(241, 93%, 83%);
letter-spacing: 3px;
font-size: 15px;
font-family: "Press Start 2P", system-ui;
}


.wrapper {
padding: 25px;
Expand Down Expand Up @@ -128,6 +117,20 @@ body {
font-family: "Press Start 2P", system-ui;
}

#reset-button {
padding: 10px 20px;
border-radius: 5px;
color: white;
border: none;
background-color: #6563ff;
width: 100%;
margin: 30px 0px 0px 0px;
box-shadow: 5px 5px 2px hsl(241, 93%, 83%);
letter-spacing: 3px;
font-size: 15px;
font-family: "Press Start 2P", system-ui;
}

/* .modal {
position: fixed;
z-index: 1;
Expand Down

0 comments on commit c20341e

Please sign in to comment.