当前位置:网站首页>Rotate the neon circle
Rotate the neon circle
2022-08-09 02:40:00 【JiuMeilove】
效果图
代码示例
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rotating Neon Circles</title>
<style> body {
margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #240229; } .loader {
position: relative; width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0); animation: animate 0.5s linear infinite; } @keyframes animate {
from {
transform: rotate(0deg); } to {
transform: rotate(360deg); } } .loader span {
position: absolute; width: 100%; height: 100%; border-radius: 50%; background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0); /* animation: animate 0.5s linear infinite; */ } .loader span:nth-child(1) {
filter: blur(5px); } .loader span:nth-child(2) {
filter: blur(10px); } .loader span:nth-child(3) {
filter: blur(25px); } .loader span:nth-child(4) {
filter: blur(50px); } .loader::after {
content: ""; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background-color: #240229; border-radius: 50%; } </style>
</head>
<body>
<div class="loader">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</body>
</html>
边栏推荐
猜你喜欢

The building had been registry cluster, load balancing

数字 01 Vivado2018.2安装及实操

Force buckled brush problem record 7.1 -- -- -- -- -- 707. The design list

数字 06 verilog_关于异步FIFO

带你做接口测试从零到第一条用例 总结

终于有人把灰度发布架构设计讲明白了

边缘计算的三个关键好处

Programmer's Daily Life | Daily Fun

微信公众号跳转小程序 wx-open-launch-weapp (最全指南及坑)

online schema change and create index
随机推荐
Cyclictest 简介 安装 测试
时间复杂度和空间复杂度
17.flink Table Api基础概念讲解
【Jenkins 学习笔记】玩转持续集成与持续交付
基于NLP的智能问答系统核心技术
Solve the Final Fantasy 13-2 Clock Puzzle with DFS
Take you do interface test from zero to the first case summary
gpio子系统和pinctrl子系统(上)
php过滤特殊字符(仅保留中文、字母、数字、下划线)
通过安装VNC服务器x11vnc(或vnc4server)和配置x11vnc.service实现远程通过VNC-Viewer访问VNC服务器。
online schema change and create index
SA-SSD环境搭建——血与泪的教训
继承 Inheritance
【无标题】
第二部分:和查找表相关的问题
online schema change and create index
ZCMU--5115: Buying Keys(C语言)
Jenkins environment deployment, (packaging, publishing, deployment, automated testing)
How to play knowledge graph in recommender system
C#计算SHA1加密和base64编码