jquery颜色时钟背景效果代码
代码语言:html
所属分类:动画
代码描述:jquery颜色时钟背景效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script> <style> html body { margin: 0; padding: 0; height: 100%; width: 100%; } .background { width: 100%; height: 100%; position: absolute; vertical-align: middle; } #hex { color: white; font-family: 'Lato', Helvetiva, Arial, sans-serif; text-align: center; font-size: 4.5em; display: block; min-width: 200px; font-weight: 100; } #what { color: rgba(255, 255, 255, 0.90); font-family: 'Lato', Helvetica, Arial, sans-serif; display: block; font-size: 0.9em; position: absolute; bottom: 0px; left: 10px; padding-right: 10px; font-weight: 300; } #what a { color: inherit; } #question, #tweet { text-decoration: none; } .absolute-center { /*width: 50%;*/ margin: auto; position: ab.........完整代码请登录后点击上方下载按钮下载查看
网友评论0