Jump to content

noob_saibot

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by noob_saibot

  1. Здравствуйте! http://unbrokenteam.ru/ Как переместить кнопку на ту же вертикальную линию, что и поля для ввода? Вот как сейчас Вот как должно быть Я использую этот класс для кнопки в style.css .noTableBorder-button { left: 0; margin-left: 0; transform: none; display: block; } index.html style.css
  2. Применил к кнопкам "Подробнее" и "Отправить заявку" <button class="noTableBorder button">Отправить</button> Все равно они не сместились влево. В style.css добавил: .noTableBorder button { left: 0; margin-left: 0; transform: none; display: block; } index.html style.css
  3. Здравствуйте! http://unbrokenteam.ru/ На главной странице внизу есть кнопка "Отправить". Как можно сдвинуть ее влево? При этом чтобы другие кнопки оставались на прежнем месте. Добавить button2 с выравниванием влево? Но в этом случае кнопку сплющивает. Вот style.css: body { padding: 20px; } button { margin-top: 20px; margin-left: 80px; line-height: 38px; font-size: 93%; padding: 0 60px; background: white; border: 2px solid rgb(112, 182, 234); border-radius: 35px; position: relative; left: 45%; transform: translate(-55%, 0); } button:hover { transition: 0.3s linear; background: rgb(112, 182, 234); color: white; } form { padding: 20px; margin: 20px; }
×
×
  • 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