Skip to content

Commit 4971a5a

Browse files
committed
Added red class rule
1 parent e210e02 commit 4971a5a

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

0 commit comments

Comments
 (0)