Skip to content

Commit a4b97a9

Browse files
committed
added color string
1 parent 2d5a8bd commit a4b97a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
.blue {
22
background-color:blue
33
}
4+
.red {
5+
background-color: red;
6+
}
47
.circle{
58
border-radius:50%;
69
width:500px;
710
height:500px;
8-
}
11+
}

0 commit comments

Comments
 (0)