下雪天404页面效果
代码语言:html
所属分类:布局界面
代码描述:下雪天404页面效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="http://repo.bfw.wiki/bfwrepo/css/reset.min.css"> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Dosis:400,300,500,800'> <style> html, body { height: 100%; min-height: 450px; font-family: 'Dosis', sans-serif; font-size: 32px; font-weight: 500; color: #5d7399; } .content { height: 100%; position: relative; z-index: 1; background-color: #d2e1ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#bbcfe1), color-stop(80%, #e8f2f6)); background-image: linear-gradient(to bottom, #bbcfe1 0%, #e8f2f6 80%); overflow: hidden; } .snow { position: absolute; top: 0; left: 0; pointer-events: none; z-index: 20; } .main-text { padding: 20vh 20px 0 20px; text-align: center; line-height: 2em; font-size: 5vh; } .home-link { font-size: 0.6em; font-weight: 400; color: inherit; text-decoration: none; opacity: 0.6; b.........完整代码请登录后点击上方下载按钮下载查看
网友评论0