如何利用css3做一个盖章图标,下面web建站小编给大家详细介绍一下实现代码!
css3代码:
html,body { width:100vw; height:100vh; margin:0; padding:0; } .circle { display:flex; align-items:center; justify-content:center; position:absolute; right:30px; top:30px; width:50px; height:50px; font-size:12px; color:gray; border-radius:50%; border:2px solid rgba(0,0,0,0.2); transform:scale(1) rotateZ(-35deg); transition:all; animation:rollingover 0.6s ease-in; } @keyframes rollingover { 0% { opacity:0.1; transform:scale(1) rotateZ(-35deg) rotateY(0deg); } 50% { opacity:0.5; transform:scale(1.5) rotateZ(-35deg) rotateY(180deg); } 100% { opacity:1; transform:scale(1) rotateZ(-35deg) rotateY(0deg); } } .circle::after { content:""; display:block; position:absolute; width:40px; height:40px; border-radius:50%; border:2px dotted rgba(0,0,0,0.2); }
新建一个div.circle
css3如何利用Flex实现响应式表格布局(Flex弹性布局)
上面是“如何利用css3做一个盖章图标”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_3195.html
workflows工作流
晚上樱花狐狸ComfyUI工作流
一个白色的咖啡杯,蒸汽从杯子里冒出来
一位美丽的女士在座机上讲话ComfyUI工作流
一支令人难忘的狙击步枪ComfyUI工作流
一个可爱的人形小机器人和一只蜗牛在森林
一个穿着发光红色长袍的人
一杯咖啡蒸汽形成云ComfyUI工作流
一个男孩在吃西瓜ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!