Skip to content

Commit

Permalink
Complete css file
Browse files Browse the repository at this point in the history
  • Loading branch information
FarzanehAhmadi committed Dec 23, 2024
1 parent 0a0215a commit d3f172a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
body{
background-color: rgb(25,25,25);
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.title{
font-size: 30px;
font-weight: bold;
}
.move-icon{
height: 50px;
}
.move-button{
background-color: transparent;
border: 3px solid white;
width: 120px;
height: 120px;
border-radius: 60px;
margin-right: 10px;
cursor: pointer;
}
.result{
font-size: 25px;
font-weight: bold;
margin-top: 50px;
}
.score{
margin-top: 60px;
}
.reset-score-button{
background-color: white;
border: none;
font-size:15px;
padding: 8px 15px;
cursor: pointer;
}

0 comments on commit d3f172a

Please sign in to comment.