A
A
Artyom2019-08-21 10:28:17
css
Artyom, 2019-08-21 10:28:17

How to make links underline?

Hello. Tell me, how in this online store http://gamma24.rf did the dotted underlining of links? I myself tried to figure it out, I climbed into the css, as far as I understood, this is given by the following code

text-decoration: none;
  border-bottom: 1px dotted #181617;

http://gamma24.rf/catalog/view/theme/default/style...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lord_Dantes, 2019-08-21
@Lord_Dantes

background: -webkit-linear-gradient(left, #e5413b, #e5413b 60%, transparent 60%);
background-size: 5px 1px;
background-repeat: repeat-x;
background-position: 0 100%;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question