-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
40 lines (35 loc) · 762 Bytes
/
styles.css
File metadata and controls
40 lines (35 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
body {
background: linear-gradient(135deg, #0f172a, #1e293b);
font-family: "Segoe UI", sans-serif;
}
#main-card {
max-width: 900px;
margin: auto;
margin-top: 40px;
background: white;
border-radius: 20px;
padding: 35px;
box-shadow: 0px 20px 50px rgba(0,0,0,0.35);
}
#title {
font-size: 42px;
font-weight: 800;
text-align: center;
background: linear-gradient(to right, #6366f1, #22d3ee);
-webkit-background-clip: text;
color: transparent;
}
#subtitle {
text-align: center;
font-size: 18px;
color: #64748b;
margin-bottom: 25px;
}
label {
font-weight: 600 !important;
color: #0f172a !important;
}
button {
border-radius: 12px !important;
font-weight: 600 !important;
}