我希望第二个边框正好在电话图像下面,就像Gmail下面的那个一样。我不知道我做错了什么,但我无法调整它。真的很感激帮助:)
.b1 {
border: 1px solid rgba(255, 0, 0, 0.464);
height: 280px;
width: 224px;
margin-left: 18%;
margin-right: 2%;
margin-top: 1.2%;
float: left;
}
.nav {
background-color: crimson;
height: 60px;
display: flex;
}
<div class="nav">
<a href="movie.html"> <img style=" margin-left: 10px; margin-top: 12px; float: left; " src="images/back.png" width="30px" height="30px">
</a>
<h1 style="margin-left: 20px; margin-top: 5px; font-family:Verdana; color: white; ">CineScape</h1>
</div>
<img style="height: 60px; width: 60px; margin-left: 24%; margin-top: 12%; display: inline;" src="images/gmail.png">
<img style="height: 60px; width: 60px; margin-left: 20%; margin-top: 12%; display: inline;" src="images/telephone.png">
<img style="height: 60px; width: 60px; margin-left: 20%; margin-top: 12%; display: inline; " src="images/linkedin.png">
<br>
<div class="b1">
<p style="color: white;padding-left: 9px;padding-top: 4%; font-family: Verdana ;"><b> cinescape@gmail.com </b>
</p>
</div>
<div class="b1">
<p style="color: white;padding-left: 9px;padding-top: 4%; font-family: Verdana ;"><b>042-8382999
</b>
</p>
</div>
enter image description here
尝试了我上面分享的代码和更多的东西。但不能像第一个边框那样对齐
1条答案
按热度按时间txu3uszq1#
你给左边距'%'
所以在不同宽度下不能正常工作,你可以用它来代替。