Skip to content

Commit 85cc40e

Browse files
committed
changed radius, width, & height. Also added new color black
1 parent 874c32e commit 85cc40e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
background-color:blue
33
}
44
.circle{
5-
border-radius:50%;
6-
width:500px;
7-
height:500px;
5+
border-radius:80%;
6+
width:800px;
7+
height:800px;
88
}
99
.red{
1010
background-color:red
1111
}
12+
.black{
13+
background-color:black
14+
}

0 commit comments

Comments
 (0)