Skip to content

Commit

Permalink
Changing the height and the width of the circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Zapien authored and Marcos Zapien committed Jan 22, 2025
1 parent 729ceb2 commit 55846aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
}
.circle{
border-radius:50%;
width:300px;
height:300px;
width:500px;
height:500px;
}

0 comments on commit 55846aa

Please sign in to comment.