<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="bootstrap-reboot.min.css">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-grid.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col col-lg-3"></div>
<div class="col">
<div class="row">
<div class="left col-lg-5"></div>
<div class="right col-lg-6">
<form>
<div class="form-group">
<label for="FIO">ФИО</label>
<input type="text" class="form-control" id="FIO">
</div>
<div class="form-group">
<label for="inputTelephone">Телефон</label>
<input type="text" class="form-control" id="inputTelephone">
</div>
<div class="form-group">
<label for="inputAddress">Адрес</label>
<input type="text" class="form-control" id="inputAddress">
</div>
<button type="submit" class="btn btn-secondary">Secondary</button>
</form>
</div>
</div>
</div>
<div class="col col-lg-3"></div>
</div>
</div>
</body>
</html>
Tried all the methods that are listed in the documentation, even the examples do not work. Tried all the methods that are listed in the documentation, even the examples do not work.