
코멘트 박스는 강의에서대로 부트스트랩에서 가져왔구요,
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea"></textarea>
<label for="floatingTextarea">코멘트</label>
스타일에서
.form-floating {
height: 100px;
}
이런식으로 하니 코멘트 영역이 아니라 mypost 영역이 커지네요 ㅠㅠ
