Skip to content

Commit 3707380

Browse files
added feature color red
1 parent 1d3daa6 commit 3707380

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

style.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
.blue {
2-
background-color:blue
2+
background-color:blue
33
}
44
.circle{
5-
border-radius:50%;
6-
width:500px;
7-
height:500px;
5+
border-radius:50%;
6+
width:500px;
7+
height:500px;
88
}
9+
10+
.red {
11+
background-color: red;
12+
}

0 commit comments

Comments
 (0)