Skip to content

Commit 5803c3e

Browse files
committed
Added new color feature
1 parent 108ec52 commit 5803c3e

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

0 commit comments

Comments
 (0)