居中显示div,水平和垂直都居中

如下图效果:


微信截图_20230223144053.png

<!DOCTYPE html>    
<html>    
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    
<head>    
<title>MOSS</title>    
<style>    
body {    
    background-color: #fff;    
    color: #222;    
    display: flex;    
    flex-direction: column;    
    align-items: center;    
    justify-content: center;    
    height: 100vh;    
    margin: 0;    
}    
img {    
    max-width: 100%;    
    max-height: 50px;    
}    
h1 {    
    margin-top: 40px;    
}    
</style>    
</head>    
<body>    
    <img src="logo.png" alt="Logo" />    
    <h1>为保证用户体验,MOSS 需要进行升级,现已停止服务</h1>    
</body>    
</html>


关键词:
上一篇 下一篇


读后有收获可以支付宝请作者喝枸杞,有疑问也可以加作者讨论:





友情链接
@寅春树 豫ICP备20020705号 Powered by Thinkcmfx