css实现呼吸草呼吸效果
代码语言:html
所属分类:布局界面
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> html { box-sizing: border-box; font-size: 100%; height: 100%; font-family: 'Libre Franklin', sans-serif; } html.lato { font-family: "Lato", sans-serif; } html.prompt { font-family: "Prompt", sans-serif; } body { position: relative; height: 100%; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* reset */ * { box-sizing: inherit; margin: 0; padding: 0; border-radius: 0; border: none; outline: none; background: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-before: 0; -webkit-padding-start: 0; -webkit-padding-end: 0; -webkit-padding-.........完整代码请登录后点击上方下载按钮下载查看
网友评论0