Skip to content

Commit ba4ac25

Browse files
committed
Changed styling and alignment of circle
1 parent 0bf5252 commit ba4ac25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
.blue {
2-
background-color:blue
2+
background-color: rgb(17, 223, 17);
3+
display:flex;
4+
height: 100vh;
5+
justify-content: center;
6+
align-content: center;
37
}
48
.circle{
59
border-radius:50%;

0 commit comments

Comments
 (0)