Skip to content

Commit

Permalink
Update votecreatenewtopic.html
Browse files Browse the repository at this point in the history
  • Loading branch information
z1fire authored Jan 13, 2024
1 parent e988b65 commit 14383b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions votecreatenewtopic.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ <h1 class="text-3xl font-bold mb-4 header-text text-center">Vote and Create Topi
<!-- Add more topics and voting buttons as needed -->

<!-- Topic Creation Form -->
<form action="#" method="post" class="topic-form">
<h2 class="text-xl font-bold mb-2">Create New Topic:</h2>
<form action="#" method="post" class="w-full lg:w-3/4 p-4 bg-white rounded shadow-md">
<h2 class="text-3xl font-bold mb-4 text-center">Create New Topic</h2>

<!-- Title input -->
<div class="mb-4">
Expand All @@ -262,10 +262,13 @@ <h2 class="text-xl font-bold mb-2">Create New Topic:</h2>
</div>

<!-- Submit Topic Button -->
<button type="submit" class="mt-2 inline-block px-4 py-2 rounded hover:bg-yellow-500 transition duration-300 create-post-button">Submit Topic</button>
<div class="mb-4">
<button type="submit" class="w-full inline-block px-4 py-2 rounded hover:bg-yellow-500 transition duration-300 create-post-button">Submit Topic</button>
</div>
</form>



</div>
</main>
</div>
Expand Down

0 comments on commit 14383b7

Please sign in to comment.