Navbar не растягивается всю ширину экрана
При вёрстке navbar'a столкнулся с проблемой, что он не растягивается во всю ширину экрана. <style> .navbar { overflow: hidden; background-color: #6A6666; position: fixed; to…
При вёрстке navbar'a столкнулся с проблемой, что он не растягивается во всю ширину экрана. <style> .navbar { overflow: hidden; background-color: #6A6666; position: fixed; to…
<div class="container"> <div class="text"></div> </div> Я хотел сделать так: .text:empty .container { display: none; } но вспомнил что …
#knpgh_a { display: block; width: 90%; height: 30px; margin-left: 8%; font-size: 16px; z-index: 9; } #knpgh_a2 { display: none; width: 86%; height: 30px; margin-left: 8%; font-siz…
Подскажите, как можно применить after к table-row в этом коде: HTML: <div class="table"> <div class="table-row line"> <div class="table-cell">Поле 1</div> …
Добрый день, подскажите, пожалуйста, как сделать header в одну строку. <div id="header_top"> <div id="address"> <p>г. Томск, ул. Трифонова, д. 12</p> </…
Можно сделать так, чтобы при отправке этой формы: <form action="xxx.com" method="get"> <input name="param_1" type="text" value="string"/> <input name="param_2" type…