Skip to content

Commit 6aee6a0

Browse files
committed
adding red color feature
1 parent 266d418 commit 6aee6a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
--circle-size:500px;
33
}
44
.blue {
5-
background-color:blue
5+
background-color:blue
66
}
77
.circle{
8-
border-radius:50%;
9-
width:var(--circle-size);
10-
height:var(--circle-size);
8+
border-radius:50%;
9+
width:var(--circle-size);
10+
height:var(--circle-size);
1111
}
1212

1313
.red {
14-
background-color:red
14+
background-color:red
1515
}

0 commit comments

Comments
 (0)