33.丰富多彩的发光液体碗动画特效
Posted @大迁世界
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了33.丰富多彩的发光液体碗动画特效相关的知识,希望对你有一定的参考价值。
效果 (源码网盘地址在最后)
源码
index.html
<!DOCTYPE html>
<html>
<head>
<title>Colorful Glowing Liquid</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<section>
<div class="shadow"></div>
<div class="bowl">
<div class="liquid"></div>
</div>
</section>
</body>
</html>
css
*
margin: 0;
padding: 0;
box-sizing: border-box;
section
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #121212;
.bowl
position: relative;
width: 300px;
height: 300
以上是关于33.丰富多彩的发光液体碗动画特效的主要内容,如果未能解决你的问题,请参考以下文章