效果 (源码网盘地址在最后)
关注公众号《大迁世界》,查看更多视频教程!
源码index.html
液体按钮
Button
css
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #0c0c0c;
}
a {
position: relative;
padding: 20