Skip to content

Commit

Permalink
Merge pull request #1555 from Crazyraturi/issue#1408
Browse files Browse the repository at this point in the history
wild conservation form updated
  • Loading branch information
anuragverma108 authored Oct 26, 2024
2 parents 8c4ec3a + 9e10037 commit 86a5d05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1298,9 +1298,8 @@ <h2 id="formTitle">Share Your Thoughts</h2>
<textarea id="postContent" placeholder="Write your message..."></textarea>
<button id="submitButton" onclick="GiveAlert()">Submit</button>
</div>
<div id="discussionSection">
<h2 id="discussionTitle">Discussions</h2>
<div id="postsContainer"></div>


</div>
</div>
<script src="script.js"></script>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ body {
}

#postFormSection {
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #effaf1;
padding: 20px;
border-radius: 10px;
Expand All @@ -59,6 +63,7 @@ body {
resize: none;
outline: none;
margin-bottom: 10px;

}

#postContent::placeholder {
Expand Down

0 comments on commit 86a5d05

Please sign in to comment.