0


17.CSS发光按钮悬停特效

效果

在这里插入图片描述

源码

<!DOCTYPE html>
<html>
<head>
    <title>CSS Modern Button</title>
    <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
    <a href="#" style="--clr:#1e9bff"><span>Button</span><i></i></a>
    <a href="#" style="--clr:#ff1867"><span>Button</span><i></i></a>
    <a href="#" style="--clr:#6eff3e"><span>Button</span><i></i></a>
</body>
</html>

css

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap')
标签: css 前端

本文转载自: https://blog.csdn.net/qq449245884/article/details/132550942
版权归原作者 @大迁世界 所有, 如有侵权,请联系我们删除。

“17.CSS发光按钮悬停特效”的评论:

还没有评论