File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 93
93
color : # 2e52f7 ;
94
94
}
95
95
.text-64 {
96
- font-size : 0.5em ; /* Adjust font size to fit */
96
+ font-size : 0.5em ;
97
97
font-weight : bold;
98
- top : 18 % ; /* Fine-tune vertical position */
99
- left : 50 % ;
100
- transform : translate ( -50 % , -50 % ); /* Center horizontally */
101
- position : absolute; /* Position relative to the parent stack */
102
- color : black; /* Or any other color */
98
+ bottom : -0.2 em ;
99
+ right : -0.2 em ;
100
+ position : absolute;
101
+ color : white;
102
+ transform : translate ( -50 % , -50 % );
103
103
}
104
104
105
105
.text-32 {
106
106
font-size : 0.5em ;
107
107
font-weight : bold;
108
- top : 18% ;
109
- left : 50% ;
110
- transform : translate (-50% , -50% );
108
+ bottom : -0.2em ;
109
+ right : -0.2em ;
111
110
position : absolute;
112
- color : black;
111
+ color : white;
112
+ transform : translate (-50% , -50% );
113
113
}
114
114
.checkbox-group {
115
115
display : grid;
You can’t perform that action at this time.
0 commit comments