I am trying to make this input field come in the same line as the image please help here is the output and the code
<img class="comment-profile-pic" src="https://drgsearch.com/wp-content/uploads/2020/01/no-photo.png" alt="">
<input type="text" class="post-comment">
CSS:
.comment-profile-pic
{
border-radius: 50%;
width: 50px;
}
[Output] [1]: https://i.stack.imgur.com/Zd0ww.png