Skip to content

Commit 239888f

Browse files
committed
Added red color to cirle
1 parent c3d72fc commit 239888f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
.blue {
22
background-color:blue
33
}
4+
5+
.red {
6+
background-color:red
7+
}
8+
49
.circle{
510
border-radius:50%;
611
width:500px;

0 commit comments

Comments
 (0)