Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
Hue rotation
css
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300); * { margin: 0; padding: 0; outline: none; list-style: none; text-decoration: none; box-sizing: border-box; color: #000; background: transparent; border: none; } body { background: #202020; font-family: 'Roboto', sans-serif; } .wrap { position: relative; background-repeat: no-repeat; background-size: cover; background-image: linear-gradient(to bottom, #ff4b00, #ff4d74, #c56bee, #00b5ff, #00ac00, #ffba00, #ff8239); width: 100%; } section { height: 200vh; background: url(https://images.unsplash.com/photo-1450101215322-bf5cd27642fc?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=3f46f8ce349be6232d8759a6c8416d37); background-size: cover; mix-blend-mode: overlay; background-attachment: fixed; } section:nth-of-type(2) { background-image: url(https://images.unsplash.com/photo-1443916765281-9937110585db?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=78640ffe8327b5e45f62c5258bc1a843); } section:nth-of-type(3) { background-image: url(https://images.unsplash.com/photo-1447752875215-b2761acb3c5d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=21ce0991c656c3dc50f55b4ecc81d30d); } section:nth-of-type(4) { background-image: url(https://images.unsplash.com/photo-1430933964450-0aefb85717c8?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=8f614f5199115892d20057d64da7e68a); } section:nth-of-type(5) { background-image: url(https://images.unsplash.com/photo-1444858345149-8ff40887589b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=1b5d1a032e0bc68e2bf514e1e348c138); } h1 { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; text-align: center; height: 100px; line-height: 100px; font-size: 48px; color: #fff; text-transform: uppercase; z-index: 2; } h1:before { content: "Thomas Podgro"; position: absolute; top: -50px; left: 0; right: 0; bottom: 0; margin: auto; font-size: 14px; letter-spacing: 3px; } h1:after { content: ""; height: 2px; width: 10%; opacity: 0.2; left: 0; top: -70px; right: 0; bottom: 0; margin: auto; background: #fff; position: absolute; } .mypens { height: 50px; width: 50px; line-height: 50px; text-align: center; color: #fff; border: 2px solid #fff; border-radius: 50%; position: fixed; bottom: 50px; right: 50px; transition: 0.2s all ease-out; } .mypens:before { content: "More pen"; position: absolute; width: 200px; left: -75px; bottom: -40px; text-align: center; font-size: 12px; text-transform: uppercase; color: #fff; opacity: 0; transform: scale(0.2) translateY(100px); transition: 0.2s all ease-out; } .mypens:hover { background: #fff; color: #000; transform: scale(1.2); } .mypens:hover:before { transform: scale(1) translateY(0); opacity: 1; }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title> CSS3滚动鼠标平滑色调旋转-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号