<div class="comment-thread">
<!-- Comment 1 start -->
<div class="comment" id="comment-1">
<div class="comment-heading">
<div class="comment-voting">
<button type="button">
<span aria-hidden="true">▲</span>
<span class="sr-only">Vote up</span>
</button>
<button type="button">
<span aria-hidden="true">▼</span>
<span class="sr-only">Vote down</span>
</button>
</div>
<div class="comment-info">
<a href="#" class="comment-author">someguy14</a>
<p class="m-0">
22 points • 4 days ago
</p>
</div>
</div>
<div class="comment-body">
<p>
This is really great! I fully agree with what you wrote, and this is sure to help me out in the future. Thank you for posting this.
</p>
<button type="button">Reply</button>
<button type="button">Flag</button>
</div>
<div class="replies">
<!-- Comment 2 start -->
<div class="comment" id="comment-2">
<div class="comment-heading">
<div class="comment-voting">
<button type="button">
<span aria-hidden="true">▲</span>
<span class="sr-only">Vote up</span>
</button>
<button type="button">
<span aria-hidden="true">▼</span>
<span class="sr-only">Vote down</span>
</button>
</div>
<div class="comment-info">
<a href="#" class="comment-author">randomperson81</a>
<p class="m-0">
4 points • 3 days ago
</p>
</div>
</div>
<div class="comment-body">
<p>
Took the words right out of my mouth!
</p>
<button type="button">Reply</button>
<button type="button">Flag</button>
</div>
</div>
<!-- Comment 2 end -->
<a href="#load-more">Load more replies</a>
</div>
</div>
<!-- Comment 1 end -->
</div>
/*
Body, button, comment-thread, and utilities
Notes:
- This section sets some basic styles. You can ignore this part and
go directly to the comment styles.
*/
* {
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.4;
color: rgba(0, 0, 0, 0.85);
background-color: #f9f9f9;
}
button {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
font-size: 14px;
padding: 4px 8px;
color: rgba(0, 0, 0, 0.85);
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
button:hover,
button:focus,
button:active {
cursor: pointer;
background-color: #ecf0f1;
}
.comment-thread {
width: 700px;
max-width: 100%;
margin: auto;
padding: 0 30px;
background-color: #fff;
border: 1px solid transparent; /* Removes margin collapse */
}
.m-0 {
margin: 0;
}
.sr-only {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
/* Comment */
.comment {
position: relative;
margin: 20px auto;
}
.comment-heading {
display: flex;
align-items: center;
height: 50px;
font-size: 14px;
}
.comment-voting {
width: 20px;
height: 32px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
.comment-voting button {
display: block;
width: 100%;
height: 50%;
padding: 0;
border: 0;
font-size: 10px;
}
.comment-info {
color: rgba(0, 0, 0, 0.5);
margin-left: 10px;
}
.comment-author {
color: rgba(0, 0, 0, 0.85);
font-weight: bold;
text-decoration: none;
}
.comment-author:hover {
text-decoration: underline;
}
.replies {
margin-left: 20px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.