blob: b40b9e77b7d5fb7b3ea065bfaa45a09bb4d5f9e0 [file] [log] [blame]
Krishya7ec1dd02025-04-19 15:29:03 +08001.create-post {
2 display: flex;
3 justify-content: center;
4 margin: 20px 0;
5 }
6
Krishya1300cad2025-04-20 22:16:45 +08007 .create-btn {
8 background-color: #BA929A;
9 color: white;
10 padding: 10px 20px;
11 border-radius: 8px;
12 border: none;
13 cursor: pointer;
14 font-size: 16px;
15 transition: background-color 0.3s ease;
Krishya7ec1dd02025-04-19 15:29:03 +080016 }
Krishya1300cad2025-04-20 22:16:45 +080017
18
Krishya7ec1dd02025-04-19 15:29:03 +080019