amildravid4292 commited on
Commit
bbfd507
·
verified ·
1 Parent(s): 9d57819

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -0
style.css CHANGED
@@ -14,3 +14,13 @@
14
  background: #1565c0;
15
  border-radius: 100vh;
16
  }
 
 
 
 
 
 
 
 
 
 
 
14
  background: #1565c0;
15
  border-radius: 100vh;
16
  }
17
+
18
+ #custom-row {
19
+ display: flex;
20
+ justify-content: space-between;
21
+ align-items: center;
22
+ }
23
+ #centered-text {
24
+ flex-grow: 1;
25
+ text-align: center;
26
+ }