Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
/* Kitty the dark :) Inspired from sololearn ----------------------------- Kourosh elkaie Say Hi! */ @import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap"); html { box-sizing: border-box; margin: 0; padding: 0; } *, *:after, *:before { box-sizing: inherit; } body { background: #C9533E; } .window { background: #29467A; outline: 12px solid #2D2623; border: solid #439ABF; border-width: 0px 5px; position: relative; top: 0; left: 0; right: 0; bottom: 0; margin: 6em auto 1em; width: 260px; height: 390px; } .moon-container { position: relative; top: 2em; left: 2em; } .moon { width: 80px; height: 80px; background: transparent; border-radius: 50px; box-shadow: -15px 8px 0 1px #e8ae4a; position: absolute; left: 3em; top: 2em; } .star { width: 7px; height: 7px; border-radius: 50px; background: #E8AE4A; position: absolute; } @keyframes twinkle { 50% { box-shadow: 0 0 15px 3px rgba(232, 174, 74, 0.5); } } .st1 { bottom: 230px; left: 30px; animation: twinkle 2s infinite; animation-delay: 11s; } .st2 { bottom: 145px; left: 150px; animation: twinkle 2s infinite; animation-delay: 5s; } .st3 { bottom: 120px; left: 40px; animation: twinkle 2s infinite; animation-delay: 6s; } .st4 { bottom: 350px; left: 220px; animation: twinkle 2s infinite; animation-delay: 7s; } .st5 { bottom: 340px; left: 120px; animation: twinkle 2s infinite; animation-delay: 8s; } .st6 { bottom: 235px; left: 200px; animation: twinkle 2s infinite; animation-delay: 2s; } .central-dash { width: 280px; height: 12px; background: #2D2623; position: absolute; bottom: 0; top: 0; margin: auto -1em; } .central-dash::before { content: ' '; width: 250px; height: 5px; background: #439ABF; position: absolute; bottom: 100%; left: 1em; } .bottom-dash { width: 316px; height: 12px; background: #2D2623; position: absolute; top: 100%; margin: 0 -2em; z-index: 1; } .bottom-dash::before , .bottom-dash::after { content: ' '; width: 316px; height: 4px; background: #29467A; position: absolute; bottom: 100%; z-index: 1; } .bottom-dash::after { background: #439ABF; width: 285px; left: 15px; } .body { height: 125px; width: 50px; border-radius: 40px 40px 0 0; background: #2D2623; position: absolute; bottom: 0; left: 35%; z-index: 1; } .butt { background: #2D2623; height: 80px; width: 40px; border-radius: 0 80px 80px 0; position: absolute; bottom: -3%; left: 53%; z-index: 1; } .ear-left { height: 0; width: 0; border-bottom: 40px solid #2d2623; border-right: 33px solid transparent; position: absolute; bottom: 100px; left: 88px; } .ear-right { height: 0; width: 0; border-bottom: 40px solid #2d2623; border-left: 33px solid transparent; position: absolute; bottom: 100px; left: 105px; } .tail { background-color: #2D2623; height: 80px; width: 10px; border-radius: 5px; position: absolute; top: 100%; left: 58%; transform-origin: top; transform: rotate(-15deg); animation: tail 4s infinite; } @keyframes tail { 50% { transform: rotate(10deg); } } .mount { height: 0; width: 0; border-bottom: 60px solid #22366D; border-right: 20px solid transparent; border-left: 20px solid transparent; position: absolute; bottom: 0; } .mt1 { height: 0; width: 0; border-bottom: 60px solid #22366D; border-right: 20px solid transparent; position: absolute; bottom: 0; left: 0; } .mt2 { left: 2.5%; bottom: -.7em; z-index: 0; } .mt3 { left: 35px; } .mt4 { left: 78%; } .mt5 { height: 0; width: 0; border-bottom: 60px solid #22366D; border-left: 20px solid transparent; position: absolute; bottom: 0; right: 0; } .mt6 { left: 65%; bottom: -.7em; }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>css小猫动画-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号