Skip to content

Commit 435f509

Browse files
authored
Update style.css
Add Red and Green Color features
1 parent 418575a commit 435f509

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
.blue {
22
background-color:blue
33
}
4+
.red {
5+
background-color: red
6+
}
7+
.green {
8+
background-color: green
9+
}
410
.circle{
511
border-radius:50%;
612
width:500px;

0 commit comments

Comments
 (0)