Skip to content

Commit 23b23f9

Browse files
adding red color feature
1 parent c6da223 commit 23b23f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.blue {
2-
background-color:red
2+
background-color:blue
3+
}
4+
.red {
5+
background-color: red
36
}
47
.circle{
58
border-radius:50%;

0 commit comments

Comments
 (0)