×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Marosi Dóra
Added: Dec 14, 2018 1:41 PM
Modified: Sep 23, 2022 6:54 PM
Views: 3622
Tags: no tags
  1.  a {     display: inline-block; }
  2.   a::after {
  3.       content: " ";
  4.       border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  5.       width: 100%;
  6.       height: 0px;
  7.       display: block;
  8.       margin-top: -3px;
  9.   }