Skip to content

Commit 568cfc2

Browse files
committed
Improve CSS formatting and update circle dimensions
- Added spaces after colons in `.blue` and `.circle` classes for better readability and consistency. - Updated `.circle` dimensions from `300px` to `500px` for larger display.
1 parent d85f827 commit 568cfc2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

style.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.blue {
2-
background-color:blue
2+
background-color: blue
33
}
4-
.circle{
5-
border-radius:50%;
6-
width:300px;
7-
height:300px;
4+
5+
.circle {
6+
border-radius: 50%;
7+
width: 500px;
8+
height: 500px;
89
}

0 commit comments

Comments
 (0)