Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何在垂直和水平方向以 % 宽度和高度居中 img。img 将响应屏幕分辨率,我需要它保持居中。
我可以通过将这个 img 放在这样的表中来解决这个问题
<table align="center" valign="center"> <tr> <td style="text-align:center;"> <img style="width:80%;max-width:500px;" src="logo.png"/> </td> </tr> </table>