1
+ h1 {
2
+ background : linear-gradient (to right, rgb (80 , 52 , 221 ) 0% , rgb (221 , 52 , 218 ));
3
+ -webkit-background-clip : text;
4
+ -webkit-text-fill-color : transparent;
5
+ text-align : center;
6
+ font-size : 1.9em ;
7
+ margin-top : 10px ;
8
+ opacity : 1 ;
9
+ text-shadow : 0px 0px 1px rgba (25 , 139 , 154 , 0.5 ); /* Add this line */
10
+ }
11
+
1
12
.subtitle {
2
13
font-family : -apple-system, BlinkMacSystemFont, sans-serif;
3
-
4
- font-size : 0.5 em ;
5
- margin-top : - 20px ;
14
+ font-size : 1 em ;
15
+ padding : 5 px ;
16
+ margin-bottom : 20px ;
6
17
width : 100% ;
7
-
8
18
background : linear-gradient (to right, # 685896, # 361e7c );
9
19
border-radius : 15px ;
10
20
-webkit-background-clip : text;
15
25
16
26
p {
17
27
font-family : -apple-system, BlinkMacSystemFont, sans-serif;
18
- font-size : 0.75em ;
28
+ font-size : 0.85em ;
29
+ font-style : italic;
19
30
margin-top : 10px ;
20
31
width : 100% ;
21
32
text-align : center;
22
- color : white;
33
+ color : # 592c7d ;
34
+ }
35
+
36
+ p2 {
37
+ font-family : -apple-system, BlinkMacSystemFont, sans-serif;
38
+ font-size : 1em ;
39
+ font-style : bold;
40
+ margin-left : 40px ;
41
+ width : 100% ;
42
+ text-align : center;
43
+ color : # 20bba4 ;
44
+
23
45
}
24
46
25
47
.github-button {
26
48
width : 30px ; /* adjust as needed */
27
49
height : 30px ; /* adjust as needed */
28
- padding-bottom : 5 px ;
50
+ padding-bottom : 10 px ;
29
51
}
30
52
31
- h1 {
32
- background : linear-gradient (to right, # 91dfe9 0% , # 188b9a 100% );
33
- -webkit-background-clip : text;
34
- -webkit-text-fill-color : transparent;
35
- text-align : center;
36
- font-size : 1.8em ;
37
- margin-top : -10px ;
38
- opacity : 1 ;
39
- }
53
+
40
54
41
55
.container {
42
56
display : flex;
@@ -103,22 +117,26 @@ body, html {
103
117
}
104
118
105
119
.box : nth-child (1 ) {
106
- background : linear-gradient (to right, # ca35db, # d99dfd );
120
+ grid-row : 2 ;
121
+ grid-column : 1 ;
122
+ background : linear-gradient (to right, # 8cb5f5, # 5b90e7 );
107
123
opacity : 0.5 ;
108
124
}
109
125
110
126
.box : nth-child (1 ): hover {
111
- background : # b94ff7 ;
112
- color : # 66bcde ;
113
- box-shadow : 0 0 30px # e13c62 ;
114
-
127
+ background : linear-gradient (to right, # 8abbf5, # 4b7dba );
128
+ color : # 66dade ;
129
+ box-shadow : 0 0 30px # fedfff ;
115
130
opacity : 1 ;
116
131
transform : scale (1.1 ); /* This scales up the box to 110% of its original size when you hover over it. Adjust the scale factor (1.1) as needed. */
117
132
118
133
}
119
134
120
135
.box : nth-child (3 ) {
121
- background : linear-gradient (to right, # 8cb5f5, # e2c4f6 );
136
+ grid-row : 1 ;
137
+ grid-column : 1 ;
138
+ background : linear-gradient (to right, # ca35db, # d99dfd );
139
+
122
140
opacity : 0.5 ;
123
141
124
142
display : flex;
@@ -128,9 +146,9 @@ body, html {
128
146
}
129
147
130
148
.box : nth-child (3 ): hover {
131
- background : # 8b6dc3 ;
132
- color : # 66dade ;
133
- box-shadow : 0 0 30px # e13c62 ;
149
+ background : linear-gradient (to right , # a973d5 , # 923fd6 ) ;
150
+ color : # 66bcde ;
151
+ box-shadow : 0 0 30px # 83f0ff ;
134
152
color : # 66bcde ;
135
153
opacity : 1 ;
136
154
transform : scale (1.1 ); /* This scales up the box to 110% of its original size when you hover over it. Adjust the scale factor (1.1) as needed. */
@@ -151,8 +169,10 @@ body, html {
151
169
152
170
.dropdown-header {
153
171
background : linear-gradient (to right, # c44561, # 790d24 ); /* Different variant */
172
+ border-radius : 10px ;
154
173
padding : 10px ;
155
-
174
+ height : 15px ;
175
+ margin-bottom : 2px ;
156
176
cursor : pointer;
157
177
overflow-y : auto; /* Enable vertical scrolling */
158
178
overflow-x : hidden; /* Disable horizontal scrolling */
@@ -162,12 +182,13 @@ body, html {
162
182
163
183
.dropdown-body {
164
184
background : linear-gradient (to right, # a8e6d1, # 46d9a8 ); /* Different variant */
185
+ border-radius : 10px ;
165
186
height : 0 ;
166
187
padding : 10px ;
167
188
overflow : hidden;
168
189
max-width : 200px ;
169
190
max-height : 150px ;
170
- transition : height 2 s ease-in-out;
191
+ transition : height 4 s ease-in-out;
171
192
overflow-y : auto;
172
193
}
173
194
@@ -200,12 +221,12 @@ body, html {
200
221
}
201
222
202
223
.main-box : hover {
203
- background : # 460b8f ; /* Different variant */
224
+ background : linear-gradient (to right , # 9792c5 , # def0fa );
204
225
color : # 66bcde ;
205
- box-shadow : 0 0 30px # e13c62 ;
226
+ box-shadow : 0 0 30px # b2f8ff ;
206
227
text-shadow : 0 0 30px # e13c62 ;
207
228
opacity : 1 ;
208
- transform : scale (1.05 ); /* This scales up the box to 110% of its original size when you hover over it. Adjust the scale factor (1.1) as needed. */
229
+ transform : scale (1.1 ); /* This scales up the box to 110% of its original size when you hover over it. Adjust the scale factor (1.1) as needed. */
209
230
z-index : 1 ;
210
231
}
211
232
@@ -238,26 +259,6 @@ body, html {
238
259
overflow : auto
239
260
}
240
261
241
- /* .submit-diagnosis-button {
242
- display: block;
243
- margin: 0 auto;
244
- padding: 20px 40px;
245
- font-size: 1.5em;
246
- background: linear-gradient(to right, #d2aafc, #7e0955);
247
- color: #fff;
248
- border: none;
249
- border-radius: 10px;
250
- cursor: pointer;
251
- transition: background 0.3s ease;
252
- transition: transform 2s ease;
253
- }
254
-
255
- .submit-diagnosis-button:hover {
256
- background: #37034d;
257
- transform: scale(1.1);
258
- }
259
- */
260
-
261
262
.reset-button {
262
263
display : block;
263
264
margin : 0 auto;
0 commit comments