div+css实现卡通胡子男在凳子上敲键盘笔记本电脑效果代码
代码语言:html
所属分类:布局界面
代码描述:div+css实现卡通胡子男在凳子上敲键盘笔记本电脑效果代码
代码标签: div css 卡通 胡子 男 凳子 敲 键盘 笔记本 电脑
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @import url(//fonts.googleapis.com/css?family=Quicksand:400,700); a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, blockquote:before, q:after, q:before { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } :focus { outline: 0; } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; } audio, canvas, picture, progress, video { display: inline-block; } template { display: none; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; } input[type=search] { -webkit-appearance: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } textarea { overflow: auto; vertical-align: top; resize: vertical; } ::-moz-focus-inner { border: 0; padding: 0; } body { background-color: #333; font-family: "Quicksand", sans-serif; } .hidden { display: none; } .u-isVisuallyHidden { width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; position: absolute; clip: rect(0 0 0 0); overflow: hidden; } .footer { position: fixed; right: 0; bottom: 0; left: 0; } .withanes { display: block; position: absolute; right: 5px; bottom: 5px; width: 24px; height: 32px; } .withanes:after { content: ""; position: absolute; top: -2px; left: -2px; width: 2px; height: 2px; box-shadow: 8px 2px #795f41, 10px 2px #795f41, 12px 2px #795f41, 14px 2px #795f41, 16px 2px .........完整代码请登录后点击上方下载按钮下载查看
网友评论0