We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed58f2 commit 2f23724Copy full SHA for 2f23724
style.css
@@ -1,5 +1,8 @@
1
.blue {
2
- background-color:blue
+ background-color:blue;
3
+}
4
+.red {
5
+ background-color: red;
6
}
7
.circle{
8
border-radius:50%;
0 commit comments