finished
This commit is contained in:
parent
a08ef5fcb0
commit
12557dfe47
2 changed files with 6 additions and 6 deletions
10
index.html
10
index.html
|
@ -36,10 +36,10 @@
|
||||||
|
|
||||||
<!-- Tab content -->
|
<!-- Tab content -->
|
||||||
<div id="Client" class="tabcontent">
|
<div id="Client" class="tabcontent">
|
||||||
<h3>Client Information</h3>
|
<h3>Personal Preferences</h3>
|
||||||
<p>Hello, welcome to our grocery store. <br>
|
<p>Hello, Welcome to Sam's Mart.</p>
|
||||||
We are here to help you choose the perfect groceries.</p>
|
|
||||||
<i><strong>Please Choose a Category:</strong></i>
|
<i><strong>Choose your diet restriction:</strong></i>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<label for="category-foods1"> Vegetarian</label>
|
<label for="category-foods1"> Vegetarian</label>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<input type="checkbox" id="None" value="None" onchange="populateListProductChoices(this.id, 'displayProduct')">
|
<input type="checkbox" id="None" value="None" onchange="populateListProductChoices(this.id, 'displayProduct')">
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<i><strong>Please Choose a Characteristic:</strong></i>
|
<i><strong>Any medical conditions? </strong></i>
|
||||||
<select class="sumo" name="characterSelect">
|
<select class="sumo" name="characterSelect">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
<option value="Diabetic">Diabetic</option>
|
<option value="Diabetic">Diabetic</option>
|
||||||
|
|
|
@ -118,7 +118,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-size: 17px;
|
font-size: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
|
|
Loading…
Reference in a new issue