Skip to content

Commit e0abc75

Browse files
committed
adding red color feature
1 parent cdc58bf commit e0abc75

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
.red {
2+
background-color:red
3+
}
14
.blue {
25
background-color:blue
36
}
47
.circle{
58
border-radius:50%;
6-
width:500px;
7-
height:500px;
8-
}
9+
width:500px;
10+
height:500px;
11+
}

0 commit comments

Comments
 (0)