comment css
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="well">
|
||||
<h4>Leave a Comment:</h4>
|
||||
<div class="comment-card">
|
||||
<h4>Leave a Comment</h4>
|
||||
<form
|
||||
role="form"
|
||||
method="POST"
|
||||
@@ -12,7 +12,7 @@
|
||||
class="form-control"
|
||||
placeholder="Your Name"
|
||||
required
|
||||
style="margin-bottom: 10px"
|
||||
style="margin-bottom: 15px"
|
||||
/>
|
||||
|
||||
<input
|
||||
@@ -26,11 +26,12 @@
|
||||
<textarea
|
||||
name="content"
|
||||
class="form-control"
|
||||
rows="3"
|
||||
placeholder="Write something..."
|
||||
rows="4"
|
||||
placeholder="Write your thoughts..."
|
||||
required
|
||||
></textarea>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Post Comment</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user