当前位置:网站首页>520 bubble source code
520 bubble source code
2022-06-21 06:35:00 【GUIDM】
This week, I'm in a hurry , The seventh issue will be updated next week , At the end of the weekend , Take my last 520 The moving bubble code is stuck to blog in , Missing placement ha ha
<!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> Bubble </title>
<style>
*{
margin: 0;
padding: 0;
}
body{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(150deg,#d299c2,#fef9d7);
overflow: hidden;
}
.container{
width: 200px;
height: 200px;
position: relative;
}
.bubble{
width: 100px;
height: 100px;
background: radial-gradient(circle at 75% 30%,#fff 5px,#ff21c0 8%,#5b5b5b 60%,#ff21c0 100%);
border-radius: 50%;
box-shadow: inset 0 0 20px #fff,
inset 10px 0 46px #eaf5fc,
inset 80px 0 60px #efcde6,
inset -20px -60px 100px #f9f6de,
inset 0 50px 140px #f9f6de,
0 0 90px #fff;
animation: bubble 4s ease-in-out infinite;
}
.showed{
background-color:rgba(39, 211, 139, 0.15);
animation: showed 4s ease-in-out infinite;
}
@keyframes bubble{
0%,100%{
transform: translateY(0);
}
50%{
transform: translateY(-80px);
}
}
@keyframes showed{
0%,100%{
transform: scale(0.5);
}
50%{
transform: scale(1);
}
}
</style>
</head>
<body>
<div class="container"></div>
<div class="bubble"></div>
<div class="showed"></div>
</body>
</html>
边栏推荐
- Sqlmap工具
- IP - RF data converter -04- API User Guide - system settings related functions
- [MySQL] database function clearance Tutorial Part I (aggregation, mathematics, string, date, control flow function)
- 152-Solana入门(十六)- 创建MetaplexNFT
- [JDBC from introduction to actual combat] JDBC basic customs clearance tutorial (comprehensive summary part I)
- Pychart sets the default interpreter for the project
- 端口占用解决
- Deeply understand the gradient disappearance of RNN and why LSTM can solve the gradient disappearance
- Sqlmap命令大全
- 太厉害了MySQL总结的太全面了
猜你喜欢

Construction and protection of small-scale network examination

创新项目实训:数据爬取

正则表达式基础

第12期:Spark零基础学习路线

PyG教程(4):自定义数据集

Deeply understand the gradient disappearance of RNN and why LSTM can solve the gradient disappearance

leetcode数据库mysql题目(难度:简单)

Pyshark tutorial

【MySQL】数据库多表操作通关教程(外键约束、多表联合查询)

C语言程序设计——三子棋(学期小作业)
随机推荐
第6期:大学生应该选择哪种主流编程语言
Xshell7 connects to the server remotely and suspends the process to keep the program running
827. maximum man-made island and collection search
第13期:Flink零基础学习路线
154-Solana分发token
【MySQL】数据库多表操作通关教程(外键约束、多表联合查询)
C语言课程设计|学生成绩管理系统(含完整代码)
Pycharm的快捷键Button 4 Click是什么?
520泡泡的源码
Niuke-top101-bm25
How to limit intranet speed
回答问题:你认为AGI应该采用什么思路?
docker 安装mysql
第4篇:从硬件/源码视角看JVM内存模型
Unity隐藏目录和隐藏文件
Several optimization methods of deep learning
Leetcode 75 - three implementation methods of color classification [medium]
【查询数据表中第三行数据】
Unity hidden directories and hidden files
FPGA - 7 Series FPGA selectio -01- introduction and DCI technology introduction