去掉border边框线

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/qq_32563571/article/details/102603646
<div style="width: 40px;height: 40px;float: left;background: red;border: 1px solid #333;margin-right: -1px;margin-top: -1px">

</div>
<div style="width: 40px;height: 40px;float: left;background-color: red;border: 1px solid #666;margin-right: -1px;"></div>

主要是margin-right:-1;

猜你喜欢

转载自blog.csdn.net/qq_32563571/article/details/102603646