This commit is contained in:
ruchi 2021-02-17 22:42:19 -05:00
parent a08ef5fcb0
commit 12557dfe47
2 changed files with 6 additions and 6 deletions

View file

@ -36,10 +36,10 @@
<!-- Tab content -->
<div id="Client" class="tabcontent">
<h3>Client Information</h3>
<p>Hello, welcome to our grocery store. <br>
We are here to help you choose the perfect groceries.</p>
<i><strong>Please Choose a Category:</strong></i>
<h3>Personal Preferences</h3>
<p>Hello, Welcome to Sam's Mart.</p>
<i><strong>Choose your diet restriction:</strong></i>
<br>
<label for="category-foods1"> Vegetarian</label>
@ -58,7 +58,7 @@
<input type="checkbox" id="None" value="None" onchange="populateListProductChoices(this.id, 'displayProduct')">
<br>
<i><strong>Please Choose a Characteristic:</strong></i>
<i><strong>Any medical conditions? </strong></i>
<select class="sumo" name="characterSelect">
<option value=""></option>
<option value="Diabetic">Diabetic</option>

View file

@ -118,7 +118,7 @@ p {
}
i {
font-size: 17px;
font-size: 23px;
}
.block {