正如标题中提到的那样,我在将文本准确地放置在图像的左下角时,无法将图像置于网站的中心。我试图寻找答案,但很难找到它..
这是我的 HTML:
<body>
<div class="body">
<img src="myself.jpg" alt="photo" class="image" align="top">
<p class = "body_p">
testing
</p>
</div>
</body>
这是我的CSS:
.body img {
margin: auto;
display: block;
}