Jump to content

gwenn

Newbie
  • Posts

    15
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. gwenn's post in Как сделать отступ между Li:before и текстом was marked as the answer   
    li::before { position: absolute; left: 0; content: "—"; } li { position: relative; padding: 0 0 0 20px; width:60px; }  
  2. gwenn's post in Алгоритм верстки схем was marked as the answer   
    Верстаеш как список элементов ul -> li.  Горизонтальные линии вешаешь на :before или :after
  3. gwenn's post in Подскажите как правильно стилизовать placeholder с помощью sass was marked as the answer   
    1. Нужно
    2. Вот так:
    input &::-webkit-input-placeholder color: #c0392b; &::-moz-placeholder color: #c0392b; &:-ms-input-placeholder color: #c0392b;
  4. gwenn's post in input type file was marked as the answer   
    Как то так можно: https://codepen.io/gwenn/pen/YaRxzV
×
×
  • 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