Skip to content

Commit f078039

Browse files
committed
adding red color feature
1 parent 3a978a8 commit f078039

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

style.css

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

0 commit comments

Comments
 (0)