Merge branch 'sprint-2' into sprint-2-css-review-details

This commit is contained in:
Arthur Lu
2022-11-20 16:41:35 -08:00
committed by GitHub
13 changed files with 182 additions and 96 deletions

View File

@@ -55,9 +55,14 @@
<form id="update-food-entry">
<fieldset>
<legend>Pic:</legend>
<label for="mealImage">
Choose Input type:
<select id="select" name="select">
<option value="file">File Upload</option>
<option value="url">From an URL</option>
</select>
<label for="mealImage" id="source">
Source:
<input type="text" id="mealImg" name="mealImg">
<input type="file" accept="image/*" id="mealImg" name="mealImg">
</label>
<label for="image-alt">
Alt Text: