Skip to content

Commit

Permalink
changing the height and width of the circle
Browse files Browse the repository at this point in the history
  • Loading branch information
smallbin committed Feb 2, 2025
1 parent 729ceb2 commit 22c5161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
background-color:blue
}
.circle{
border-radius:50%;
width:300px;
height:300px;
border-radius: 50%;
width: 500px;
height: 500px;
}

0 comments on commit 22c5161

Please sign in to comment.