blob: 988c1c82def2aedb1684527b2ac31472d7a596f5 [file] [log] [blame]
2230100924e5c0f2025-04-15 21:31:12 +08001.user-center {
Krishyac0f7e9b2025-04-22 15:28:28 +08002 max-width: 100%;
3 padding: 3%;
2230100924e5c0f2025-04-15 21:31:12 +08004 font-family: Arial, sans-serif;
Krishyac0f7e9b2025-04-22 15:28:28 +08005 display: flex;
6 gap: 10%;
7 background-color: #5F4437;
8}
9
10
11.right-content {
12 flex: 3;
2230100924e5c0f2025-04-15 21:31:12 +080013}
14
15.profile-header {
Krishyac0f7e9b2025-04-22 15:28:28 +080016 margin-top: -20%;
2230100924e5c0f2025-04-15 21:31:12 +080017 text-align: center;
2230100924e5c0f2025-04-15 21:31:12 +080018}
19
20.avatar {
21 width: 100px;
22 height: 100px;
23 border-radius: 50%;
24 object-fit: cover;
25}
26
27h1 {
28 font-size: 2em;
29 margin-top: 10px;
30}
31
32.profile-details {
Krishyac0f7e9b2025-04-22 15:28:28 +080033 margin-top: 20%;
2230100924e5c0f2025-04-15 21:31:12 +080034 font-size: 1.2em;
35}
36
37.profile-details p {
38 margin: 10px 0;
39}
40
41.profile-details strong {
42 color: #333;
43}
44
45.error {
46 color: red;
47 text-align: center;
Krishyac0f7e9b2025-04-22 15:28:28 +080048}
49
50.common-card {
51 background-color: #e9ded2;
52 border-radius: 16px;
53 margin: 0 auto;
54 margin-top: 40px;
55 padding: 10% 20%;
56 margin-left: 5%;
57 margin-right: 5%;
58}