Snippets Links mit linear-gradient css a { text-decoration: none; background-image: linear-gradient( to right, red 0%, blue 100% ); background-repeat: repeat-x; background-position: 0 95%; background-size: 100% 1px; }