M
M
masha_bunny2020-05-14 09:42:21
css
masha_bunny, 2020-05-14 09:42:21

How to draw this line?

but this is clearly not a simple border
5ebce7cc42120426769208.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-05-14
@masha_bunny

.line {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #333333, transparent);
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question