css布局实现小兔子月亮上钓鱼404页面效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局实现小兔子月亮上钓鱼404页面效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<!-- set the encoding of your site -->
<meta charset="utf-8">
<!-- set the viewport width and initial-scale on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404页面未找到这个页面 </title>
<meta name="keywords" content="404页面" />
<style>
html{background:#8ab407}body{margin:0}#wrapper{height:969px;overflow:hidden;min-height:969px;position:relative}#mt-cloud,#mt-bluesky,#night,#stars{top:0;left:0;right:0;bottom:0;width:100%;position:absolute}#mt-bluesky{z-index:1;background:#fff url(//repo.bfw.wiki/bfwrepo/images/404/sky.png) repeat-x top left}#mt-sun{top:50%;left:45%;z-index:2;width:150px;height:152px;position:absolute;background:transparent url(//repo.bfw.wiki/bfwrepo/images/404/sun.png) no-repeat center center}#mt-sun2{top:50%;left:45%;z-index:2;opacity:0;width:150px;height:152px;position:absolute;background:transparent url(//repo.bfw.wiki/bfwrepo/images/404/sun2.png) no-repeat center center}#mt-cloud{z-index:3;background:transparent url(//repo.bfw.wiki/bfwrepo/images/404/clouds.png) repeat-x top left}#mt-base{position:absolute;left:0;right:0;bottom:0;width:100%;height:232px;background:transparent url(//repo.bfw.wiki/bfwrepo/images/404/ground.png) repeat-x bottom center;z-index:3}#base-overlay{posi.........完整代码请登录后点击上方下载按钮下载查看
网友评论0