Skip to content

Commit d0fa876

Browse files
committed
adding red color feature
1 parent 3801fc8 commit d0fa876

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

style.css

Lines changed: 4 additions & 3 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
3+
}
34
}
45
.circle{
56
border-radius:50%;
67
width:500px;
78
height:500px;
8-
}
9+
}

0 commit comments

Comments
 (0)