wifi开关表白神器
代码语言:html
所属分类:表白
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
min-height: 100vh;
background-color: #080607;
}
#group-wifi, #group-hearth {
fill: #413544;
}
#wrapper {
display: grid;
place-items: center;
min-height: 100vh;
}
#svg {
width: 200px;
height: 200px;
display: block;
position: relative;
}
#hearth-3 {
z-index: 0;
}
.active #group-hearth [id^="hearth"] {
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 3s;
animation-duration: 3s;
fill: #e40078;
}
.active #group-hearth #hearth-0 {
-webkit-animation-name: pulse1;
animation-name: pulse1;
}
.active #group-hearth #hearth-1 {
-webkit-animation-name: pulse2;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0