Jump to content
  • 0

Ширина элементов li


smirn0ff
 Share

Question

Добрый день!

Имею такой список

1489565658764.jpg

на этой странице http://teplogid18.ru/uslugi/montazh-otopleniya.

Как мне сделать чтобы фон элементов li был не на всю ширину страницы а лишь до конца строчки текста?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
13 minutes ago, smirn0ff said:

Добрый день!

Имею такой список

1489565658764.jpg

на этой странице http://teplogid18.ru/uslugi/montazh-otopleniya.

Как мне сделать чтобы фон элементов li был не на всю ширину страницы а лишь до конца строчки текста?

<ol class="rounded">
   <li><div class="field-content">Консультация по телефону или при личной встрече в офисе;</div></li>
   <li><div class="field-content">Выезд нашего специалиста на объект;</div></li>
</ol>

 

.rounded li .field-content::before {

    background: #fd8026 none repeat scroll 0 0;

    border: 0.3em solid white;

    border-radius: 2em;

    content: counter(li, decimal);

    counter-increment: li;

    font-weight: bold;

    height: 2em;

    left: -1.3em;

    line-height: 2em;

    margin-top: -1.3em;

    position: absolute;

    text-align: center;

    top: 50%;

    transition: all 0.3s ease-out 0s;

    width: 2em;

}

.rounded li .field-content {

    background: #dad2ca none repeat scroll 0 0;

    border-radius: 0.3em;

    color: #121212;

    display: inline-block;

    margin: 0.25em 0;

    padding: 0.4em 0.4em 0.4em 2em;

    position: relative;

    text-decoration: none;

    transition: all 0.3s ease-out 0s;

}

 

Edited by Джулия
  • Like 1
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