当前位置:网站首页>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>
边栏推荐
- 16.flink 自定义KeySelector
- 概率模型校准
- A40i gxl3680 ts_print报错:tslib: Selected device is not a touchscreen (must support ABS and KEY event
- gpio子系统和pinctrl子系统(中)
- 第一部分:和数组相关的问题
- Likou Brush Question Record 4.1-----209. The sub-array with the smallest length
- 使用TensorRT对AlphaPose模型进行加速
- 数字 07 verilog仿真实例
- Cyclictest 简介 安装 测试
- Redis - 时间序列数据类型的保存方案和消息队列实现
猜你喜欢
用DFS解决最终幻想13-2时钟谜题
时间复杂度和空间复杂度
数字 07 verilog仿真实例
【电商运营】不知道怎么做网站优化?这里有你需要知道的一切!
边缘计算的三个关键好处
OpenLORIS-Object Datasets
The most fierce "employee" in history, madly complaining about the billionaire boss Xiao Zha: So rich, he always wears the same clothes!
接口的安全性测试,应该从哪些方面入手?
【剑指offer65】不适用加减乘除做加法
基于NLP的智能问答系统核心技术
随机推荐
高性能 MySQL(十二):分区表
MT4/MQL4 Getting Started to Mastering EA Tutorial Lesson 1 - MQL Language Common Functions (1) OrderSend() Function
多态 polymorphism
OJ:L3-001 凑零钱 DFS
Jenkins environment deployment, (packaging, publishing, deployment, automated testing)
ROS 、SLAM 学习 error整理
第一部分:和数组相关的问题
spark RDD转换算子 sample
Redis - 时间序列数据类型的保存方案和消息队列实现
Take you do interface test from zero to the first case summary
《独行月球》:独孤月的两次选择,让一个“中间人”成为大英雄
企业面临的五大数据安全挑战
DataGridView在多线程中出现大红叉
Pytest+request+Allure实现接口自动化框架
笔算开2次方根、3次方根详细教程
通过安装VNC服务器x11vnc(或vnc4server)和配置x11vnc.service实现远程通过VNC-Viewer访问VNC服务器。
16.flink 自定义KeySelector
快速乘写法
危化企业双预防机制数字化建设工作要求
数字 01 Vivado2018.2安装及实操