Jump to content
  • 0

Длина черточек зависит от контента. Как такое сделать?


yaparoff
 Share

Question

7 answers to this question

Recommended Posts

  • 0
1 час назад, npofopr сказал:

спасибо, но у вас там текст не скрывает черточки. Вы меня натолкнули на одну идею - подкрасить фон текста, но проблема в том что полупрозрачный фон  rgba(11, 100, 168, 0.08)  на таком же полупрозрачном фоне будет выделяться

Получилось так https://codepen.io/anon/pen/XQXowd

1 час назад, npofopr сказал:

ну и там же можно много вариантов нагуглить)

не знаю как это назвать (
Так бы давно нагуглил

Edited by yaparoff
Link to comment
Share on other sites

  • 0

Почему бы не использовать flexbox:

.flex_block {
  display: flex;
  justify-content: space-between;
}

.dots {
  border-bottom: 1px dotted black;
  flex-grow: 1;
}
<div class="flex_block">
  <div>Код</div>
  <div class="dots"></div>
  <div>205823</div>
</div>

И адаптивно и переносится.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy