Skip to content

Commit c2dc48e

Browse files
committed
Changing the height and the width of the circle
1 parent 713262a commit c2dc48e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.blue {
2-
background-color:blue
1+
.red {
2+
background-color:red
33
}
44
.circle{
55
border-radius:50%;
6-
width:600px;
7-
height:600px;
6+
width:500px;
7+
height:500px;
88
}

0 commit comments

Comments
 (0)