btn pos
This commit is contained in:
@@ -124,6 +124,17 @@ nav {
|
|||||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-custom {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-right: 10px;
|
||||||
|
float: right;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Terminal Style (Code Blocks) --- */
|
/* --- Terminal Style (Code Blocks) --- */
|
||||||
.terminal-style {
|
.terminal-style {
|
||||||
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
|
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
|
||||||
|
|||||||
@@ -32,6 +32,10 @@
|
|||||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
|
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-btn {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="comment-card">
|
<div class="comment-card">
|
||||||
@@ -68,6 +72,8 @@
|
|||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn-read-more">Post Comment</button>
|
<button type="submit" class="btn-read-more comment-btn">
|
||||||
|
Post Comment
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user