【分享】亲测分享一款网站维护中html单页-DIV素材下载

【分享】亲测分享一款网站维护中html单页

开通本站Svip会员,全站资源免费下
演示图:
1.png
代码:
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>网站维护更新中,敬请期待</title>
  6. </head>
  7. <style>
  8. *{ margin:0; padding:0; }
  9. html{ height:100%; }
  10. body{ background:#F1FDFE; height:100%; }
  11. .mom{ width:600px; height:100px; line-height:100px; text-align:center; font-size:30px; border-width:5px; border-style:dashed; border-color:rgb(200, 0, 255); position:relative; left:50%; margin-left:-300px; top:50%; margin-top:-50px; background:#e6fafd; color:rgb(255, 0, 55); }
  12. </style>
  13. <body>
  14.         <div class="mom">
  15.          网站维护更新维护中,敬请期待....
  16.         </div>
  17. </body>
  18. </html>
复制代码

全部评论 0

您需要登录后才可以回帖 立即登录
登录
0
0
0
返回顶部