small changes in styles and options for form
This commit is contained in:
@@ -77,10 +77,10 @@ h1 span {
|
|||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
142deg,
|
142deg,
|
||||||
rgba(255, 255, 255, 0) 0%,
|
rgba(255, 255, 255, 0) 0%,
|
||||||
rgba(255, 255, 255, 0.22) 42%,
|
rgba(255, 255, 255, 0.15) 41.5%,
|
||||||
rgba(255, 255, 255, 0) 100%
|
rgba(255, 255, 255, 0) 100%
|
||||||
),
|
),
|
||||||
var(--clr-general);
|
#ff875c;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 46px;
|
font-size: 46px;
|
||||||
line-height: 135%;
|
line-height: 135%;
|
||||||
@@ -90,6 +90,7 @@ h1 span {
|
|||||||
-webkit-text-fill-color: initial;
|
-webkit-text-fill-color: initial;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
text-transform: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Button */
|
/* Button */
|
||||||
|
|||||||
14
index.html
14
index.html
@@ -61,7 +61,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="tel:83822995831" class="header__tel" title="Позвоните нам">
|
<a href="tel:83822995831" class="header__tel" title="Позвоните нам">
|
||||||
<p>8 (382) 299-58-31</p>
|
<p>8 (3822) 99 58 31</p>
|
||||||
</a>
|
</a>
|
||||||
<button class="btn btn-small modal__btn" data-modal="request">
|
<button class="btn btn-small modal__btn" data-modal="request">
|
||||||
<p>Заказать звонок</p>
|
<p>Заказать звонок</p>
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
<div class="hero__content">
|
<div class="hero__content">
|
||||||
<div class="hero__leftside">
|
<div class="hero__leftside">
|
||||||
<div class="hero__title">
|
<div class="hero__title">
|
||||||
<h1><b>Газобетонные блоки в Томске</b> напрямую от производителя <span>от 6 699 руб./поддон</span>
|
<h1><b>Газобетонные блоки в Томске</b> напрямую от производителя <span>от 6 699 ₽/поддон</span>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero__desc">
|
<div class="hero__desc">
|
||||||
@@ -103,11 +103,11 @@
|
|||||||
<form class="generalform" id="generalform" action="">
|
<form class="generalform" id="generalform" action="">
|
||||||
<select name="quantity" id="quantity" required>
|
<select name="quantity" id="quantity" required>
|
||||||
<option value disabled selected>Укажите количество</option>
|
<option value disabled selected>Укажите количество</option>
|
||||||
<option value="1-5 м3">1-5 м3</option>
|
<option value="1">1-5 м3</option>
|
||||||
<option value="5-10 м3">5-10 м3</option>
|
<option value="5">5-10 м3</option>
|
||||||
<option value="10-50 м3">10-50 м3</option>
|
<option value="10">10-50 м3</option>
|
||||||
<option value="50-100 м3">50-100 м3</option>
|
<option value="50">50-100 м3</option>
|
||||||
<option value="Более 100 м3">Более 100 м3</option>
|
<option value="100">Более 100 м3</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="tel" id="tel" name="tel" value="" placeholder="+7 (___) ___-____" required>
|
<input type="tel" id="tel" name="tel" value="" placeholder="+7 (___) ___-____" required>
|
||||||
<button class="btn btn-big">Забронировать стоимость</button>
|
<button class="btn btn-big">Забронировать стоимость</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user