我网站上的照片彼此重叠,其他照片垂直显示。你知道如何解决这个问题吗?
CSS:
#photo1{
float: left;
width: 10px;
margin-left: 210px;
text-align: justify;
}
.img-with-text {
text-align: justify;
width: 200px;
}
.img-with-text:hover {
text-decoration: underline;
}