mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2026-06-26 05:44:56 +00:00
+ demo.html
# показывает примерный вид сайта
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user