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
C00t33Qw33n committed Feb 1, 2025
1 parent 729ceb2 commit 30108e4
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 @@ -3,6 +3,6 @@
}
.circle{
border-radius:50%;
width:300px;
height:300px;
}
width:500px;
height:500px;
}

0 comments on commit 30108e4

Please sign in to comment.