Skip to content

Commit

Permalink
Merge pull request #27 from Imbiber/main
Browse files Browse the repository at this point in the history
Enhanced the timer
  • Loading branch information
kaal-coder authored Oct 30, 2023
2 parents 2fe12e8 + 4d00872 commit 948af5d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ body{
flex-direction: column;
}

#timer{
width: 5%;
#timer {
display: flex;
align-items: center;
font-size: 2rem;
color: #333;
margin: auto;
margin-bottom: 2rem;
align-items: center;
justify-content: space-around;
background-color: #e3e2df;
padding: 10px 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}


Expand Down

0 comments on commit 948af5d

Please sign in to comment.