+ demo.html

# показывает примерный вид сайта
This commit is contained in:
dttric
2024-04-30 20:44:31 +07:00
parent ed661f01f1
commit ad8819dbd7
2 changed files with 106 additions and 5 deletions
+5 -5
View File
@@ -33,8 +33,8 @@
</nav>
<center>
<div class="container">
<div class="row">
<div class="col py-5">
<div class="row py-5">
<div class="col-xl-9">
<select class="form-select" aria-label="Реакция">
<option selected><p class="gx-5">Выберите (бля а что мы конкретно выбираем)</p></option>
<option value="1">Пример 1</option>
@@ -42,15 +42,15 @@
<option value="3">Пример 3</option>
</select>
</div>
<div class="col py-5">
<div class="container-fluid col">
<div class="btn-group" role="group" aria-label="Базовая группа переключателей радио">
<input type="radio" class="btn-check" name="btnradio" id="30" autocomplete="off" checked>
<input type="radio" class="btn-check" name="btnradio" id="30" autocomplete="off">
<label class="btn btn-outline-primary" for="30">30</label>
<input type="radio" class="btn-check" name="btnradio" id="50" autocomplete="off">
<label class="btn btn-outline-primary" for="50">50</label>
<input type="radio" class="btn-check" name="btnradio" id="100" autocomplete="off">
<input type="radio" class="btn-check" name="btnradio" id="100" autocomplete="off" checked>
<label class="btn btn-outline-primary" for="100">100</label>
<input type="radio" class="btn-check" name="btnradio" id="300" autocomplete="off">