好看的单页404页面html带导航

好看的单页404页面html带导航

 

<!-- 好看的单页404页面html带导航 -->
<!DOCTYPE HTML>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body{
font-family: 'Courgette', cursive;
}

body{
background:#f3f3e1;
}

.wrap{
margin:0 auto;
width:1000px;
}

.logo{
margin-top:50px;
}

.logo h1{
font-size:200px;
color:#8F8E8C;
text-align:center;
margin-bottom:1px;
text-shadow:1px 1px 6px #fff;
}

.logo p{
color:rgb(228, 146, 162);
font-size:20px;
margin-top:1px;
text-align:center;
}

.logo p span{
color:lightgreen;
}

.sub a{
color:white;
background:#8F8E8C;
text-decoration:none;
padding:7px 120px;
font-size:13px;
font-family: arial, serif;
font-weight:bold;
-webkit-border-radius:3em;
-moz-border-radius:.1em;
-border-radius:.1em;
}
</style>

<body>
    <div class="wrap">
        <div class="logo">
            <h1>404</h1>
            <p>The Page not Found-找不到你要访问的页面</p>
            <div class="sub">
                <p>
                    <a href="/">Back</a>
                </p>
            </div>
        </div>
    </div>
</body>

 

 

·

 

·

 

posted @ 2022-09-28 17:37  亟待!  阅读(585)  评论(0编辑  收藏  举报
……