标签:ext css ica margin mon back osi tps htm
<style type="text/css"> *{margin: 0;padding:0;} div{ width:150px; height: 100px; position: relative; border:1px solid #000; } img { width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; margin-top: -25px; /* 高度的一半 */ margin-left: -25px; /* 宽度的一半 */ } </style>
style type="text/css"> *{margin: 0;padding: 0;} div{ width:150px; height: 100px; display: table-cell; vertical-align: middle; text-align: center; border:1px solid #000; } img { width: 50px; height: 50px; } </style>
原文链接:https://blog.csdn.net/DreamFJ/article/details/68921957
标签:ext css ica margin mon back osi tps htm
原文地址:https://www.cnblogs.com/xiaoxiaoaimi/p/9119981.html