Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
A-JA-Y authored Jun 6, 2024
1 parent 812d564 commit 85694cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,16 @@ display: flex;
border-radius: 30px;
border: 2px solid rgba(0, 0, 0);
background-color: #ff910069;
height: 300px;
width: 400px;
height: 500px;
width: 300px;
line-break: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px 6px;
}
.hidden{
display: none;
}
}

0 comments on commit 85694cb

Please sign in to comment.