Krishya | e71688a | 2025-04-10 21:25:17 +0800 | [diff] [blame^] | 1 | /* .forum-container { |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 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; |
Krishya | e71688a | 2025-04-10 21:25:17 +0800 | [diff] [blame^] | 28 | } */ |