Skip to content

Commit 9c54e0a

Browse files
committed
added new color style
1 parent 317b3c5 commit 9c54e0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
.blue {
22
background-color:blue
33
}
4+
45
.circle{
56
border-radius:50%;
67
width:500px;
78
height:500px;
8-
}
9+
}
10+
11+
.red {
12+
background-color:red
13+
}

0 commit comments

Comments
 (0)