Skip to content

Commit 2f23724

Browse files
committed
adding background of red
1 parent eed58f2 commit 2f23724

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:blue
2+
background-color:blue;
3+
}
4+
.red {
5+
background-color: red;
36
}
47
.circle{
58
border-radius:50%;

0 commit comments

Comments
 (0)