Form Correction

This commit is contained in:
Lavardin 2022-05-12 22:03:52 -07:00
parent dcbe6dca66
commit df23d64061

View File

@ -2,10 +2,10 @@
<div class="row">
<section class="col-3">
<h5 class="text-warning ml-3">Sort</h5>
<select name="" id="" class="custom-select mb-3" style="width: 100%;">
<option value="" selected>Name</option>
<option value="">Price: Low to High</option>
<option value="">Price: High to Low</option>
<select class="custom-select mb-3" style="width: 100%;">
<option selected>Name</option>
<option>Price: Low to High</option>
<option>Price: High to Low</option>
</select>
<h5 class="text-warning ml-3">Brands</h5>
<ul class="list-group my-3">