초보입니다. 똑같이 따라했는데 가운데정렬 부분이 아무리 해도 안되네요..ㅠㅠ
<body>
<div class="container">
.container {
witdh: 800px;
margin-left: auto;
margin-right: auto;
--------------------------> 했는데 전혀 반응이 없는데 어떻게 하면 될까요?
<div class="blog-content">
<div>
< img src="icon.png" class="blog-profile">
<div class="blog-name">
<h4 style="margin: 8px">이름</h4>
<p style="margin: 8px">날짜</p>
</div>
</div>
<div style="clear:both"></div>
<div style="margin-top: 10px;">
<h4 style="margin: 8px">블로그글</h4>
<p style="margin: 8px">가성비 맛집 발견</p>
</div>
</div>
<div class="blog-img">
< img src="apple.jpg" style="width: 100%"></div>
</div>
</body>