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 0bf5252 commit ba4ac25Copy full SHA for ba4ac25
style.css
@@ -1,5 +1,9 @@
1
.blue {
2
- background-color:blue
+ background-color: rgb(17, 223, 17);
3
+ display:flex;
4
+ height: 100vh;
5
+ justify-content: center;
6
+ align-content: center;
7
}
8
.circle{
9
border-radius:50%;
0 commit comments