Skip to content

Commit c4d0ef0

Browse files
committed
Update style.css
1 parent 729ceb2 commit c4d0ef0

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:300px;
7-
height:300px;
4+
5+
.red {
6+
background-color: red
87
}
8+
9+
.circle {
10+
border-radius: 50%;
11+
width: 300px;
12+
height: 300px;
13+
}

0 commit comments

Comments
 (0)