blob: fe7b3bd4e2439db4b470f901cbf4bb1376c7e975 [file] [log] [blame]
2230100964011632025-06-04 21:57:22 +08001.user-center {
2 max-width: 100%;
3 padding: 3%;
4 font-family: Arial, sans-serif;
5 display: flex;
6 gap: 10%;
7 background: #333;
8}
9
10.post-item {
11 margin-bottom: 20px;
12}
13
14.post-item h3 {
15 font-size: 1.3em;
16 margin-bottom: 8px;
17}
18
19.post-item p {
20 margin: 4px 0;
21 color: #333;
22}
Krishyac6b24832025-06-05 20:13:20 +080023
24