網(wǎng)站維護更新簡易單頁404頁html代碼

一個簡約風格的單頁html頁面,可用于網(wǎng)站維護中或更新網(wǎng)站時掛個首頁使用,如果不喜歡現(xiàn)在的顏色請F12修改設置既可。
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>網(wǎng)站維護更新中,敬請期待</title> </head> <style> *{ margin:0; padding:0; } html{ height:100%; } body{ background:#F1FDFE; height:100%; } .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); } </style> <body> <div class="mom"> 網(wǎng)站維護更新維護中,敬請期待.... </div> </body> </html>
? 版權聲明
文章版權歸作者所有,未經(jīng)允許請勿轉載。
相關文章
暫無評論...