Snippets

代码片段收集板

edit

日期:

作者: 小胡子哥

演示: 小胡子哥的个人网站

a {
  position: relative;
  padding-bottom: 2px;
  text-decoration: none;
}

a:hover::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #444;
  background: linear-gradient(left, transparent 0%,#444 50%,transparent 100%);
 }
标签:

loading...

这网速真是弱爆了...客官稍等,评论还在加载~