Skip to content

Commit 56d0aa0

Browse files
authored
Red is the new Blue
1 parent 85c2727 commit 56d0aa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
:root {
22
--size1: 500px;
33
}
4-
4+
.red {
5+
background-color:red
6+
}
57
.blue {
68
background-color:blue
79
}

0 commit comments

Comments
 (0)