Jump to content
  • 0

Как сделать что бы в одной строке часть текста была справа, а часть слева?


tok24ua
 Share

Question

Как выровнять текст на одной строчке, как это сделано на этой картинке:

i139923_1.jpg

Это вообще можно сделать с помощью css или какого то тега html? Или нужно просто поделить ячейку на 2 и применить text-align: left | right

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

<div style="width: (тут ширина которая тебе нужна);"><div style="width: 50%; text-align: left; float: left;">Текст с левой стороны.</div><div style="width: 50%; text-align: right; float: left;">Текст с правой стороны.</div></div>

Edited by Nekromancer
Link to comment
Share on other sites

  • 0
<div style="width: (тут ширина которая тебе нужна);"><div style="width: 50%; text-align: left; float: left;">Текст с левой стороны.</div><div style="width: 50%; text-align: right; float: left;">Текст с правой стороны.</div></div>

Зачем мудрить то так?

<div style="float: right">Текст справа</div>
Teкст слева

Edited by s0rr0w
Link to comment
Share on other sites

  • 0
<div style="width: (тут ширина которая тебе нужна);"><div style="width: 50%; text-align: left; float: left;">Текст с левой стороны.</div><div style="width: 50%; text-align: right; float: left;">Текст с правой стороны.</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