Skip to content

Commit 5351756

Browse files
committed
added class red to style.css
1 parent 3d362ec commit 5351756

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.blue {
22
background-color:blue
33
}
4+
.red {
5+
background-color: red;
6+
}
7+
48
.circle{
59
border-radius:50%;
610
width:500px;

0 commit comments

Comments
 (0)