其他分享
首页 > 其他分享> > 03.悬停渐变边框特效

03.悬停渐变边框特效

作者:互联网

效果 (源码网盘地址在最后)

关注公众号《大迁世界》,查看更多视频教程!

源码

index.html

<!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>Document</title>
    <link rel="stylesheet" href="./style.css" />
  </head>
  <body>
    <div class="container">
      <div class="button-wrapper">
        <div class="button">
          <span class="text">首 页</span>

标签:03,index,网盘,html,边框,源码,大迁,悬停
来源: https://blog.csdn.net/qq449245884/article/details/122726624