,可以使用flex布局或table布局来实现。
示例代码如下:
<div style="display: flex; justify-content: center; align-items: center;">
<div>内部内容</div>
</div>
推荐的腾讯云相关产品:腾讯云云服务器(CVM) 产品介绍链接地址:https://cloud.tencent.com/product/cvm
示例代码如下:
<div style="display: table; width: 100%; height: 100%;">
<div style="display: table-cell; vertical-align: middle; text-align: center;">
内部内容
</div>
</div>
推荐的腾讯云相关产品:腾讯云轻量应用服务器(Lighthouse) 产品介绍链接地址:https://cloud.tencent.com/product/lighthouse
领取专属 10元无门槛券
手把手带您无忧上云