blob: af6bd7593e39f90f1bf14cb880d1862557644e22 [file] [log] [blame]
Krishya75e43c02025-04-05 21:16:30 +08001.forum-container {
2 padding: 20px;
3 background-color: #c13a3a;
4 }
5
6 .forum-post {
7 margin-bottom: 20px;
8 padding: 15px;
9 background-color: #06e7b6;
10 border: 1px solid #a70dc2;
11 border-radius: 5px;
12 }
13
14 .forum-post h2 {
15 margin: 0 0 10px;
16 }
17
18 .forum-post img {
19 max-width: 100%;
20 height: auto;
21 margin-top: 10px;
22 }
23
24 .forum-comment {
25 padding: 10px;
26 background-color: #9ae815;
27 border-radius: 5px;
28 }