Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
Elena Zoldado
@elena_zoldado
Follow
css
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); *, *:before, *:after { box-sizing: border-box; } /* Some basic CSS overrides */ body { line-height: 1.5; min-height: 100vh; font-family: "Be Vietnam Pro", sans-serif; display: flex; align-items: center; justify-content: center; background-color: #060606; } button, input, select, textarea { font: inherit; } a { color: inherit; } /* End basic CSS override */ .profile { display: flex; align-items: center; flex-direction: column; padding: 3rem; width: 90%; max-width: 300px; background-color: #1b2028; border-radius: 16px; position: relative; border: 3px solid transparent; background-clip: padding-box; text-align: center; color: #f1f3f3; background-image: linear-gradient(135deg, rgba(117, 46, 124, 0.35), rgba(115, 74, 88, 0.1) 15%, #1b2028 20%, #1b2028 100%); } .profile:after { content: ""; display: block; top: -3px; left: -3px; bottom: -3px; right: -3px; z-index: -1; position: absolute; border-radius: 16px; background-image: linear-gradient(135deg, #752e7c, #734a58 20%, #1b2028 30%, #2c333e 100%); } .profile-image { border-radius: 50%; overflow: hidden; width: 175px; height: 175px; position: relative; } .profile-image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } .profile-username { font-size: 1.5rem; font-weight: 600; margin-top: 1.5rem; } .profile-user-handle { color: #7d8396; } .profile-actions { margin-top: 1.5rem; display: flex; align-items: center; justify-content: center; } .profile-actions > * { margin: 0 0.25rem; } .btn { border: 0; background-color: transparent; padding: 0; height: 46px; display: flex; align-items: center; justify-content: center; cursor: pointer; line-height: 1; transition: 0.15s ease; } .btn--primary { border-radius: 99em; background-color: #3772ff; background-image: linear-gradient(135deg, #5587ff, #3772ff); color: #fff; padding: 0 1.375em; } .btn--primary:hover, .btn--primary:focus { background-size: 150%; } .btn--icon { height: 46px; width: 46px; border-radius: 50%; border: 3px solid #343945; color: #7d8396; } .btn--icon i { font-size: 1.25em; } .btn--icon:hover, .btn--icon:focus { border-color: #7d8396; } .profile-links { margin-top: 3.5rem; } .link { text-decoration: none; color: #7d8396; margin-left: 0.375rem; margin-right: 0.375rem; } .link i { font-size: 1.25em; }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>css个人资料卡ui-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号