Skip to content

Commit 73079d4

Browse files
committed
add red class
1 parent 5561987 commit 73079d4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

style.css

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

0 commit comments

Comments
 (0)