fixed the update form, and update functionality, and formatted

Co-authored-by: Kara Hoagland <KH-Cl@users.noreply.github.com>
Co-authored-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
rheabhutada02
2022-11-21 15:27:45 -08:00
parent 123057f0f1
commit ec9d0246ca
4 changed files with 11 additions and 12 deletions

View File

@@ -27,14 +27,13 @@
<!--- meal -->
<div class = "meal-name">
<h1 id="d-mealName"> Salad (default name) </h1>
<h1 id="d-restaurant"> Salad Inc. (default name) </h1>
<h1 id="d-mealName"></h1>
<h1 id="d-restaurant"></h1>
</div>
<div class = "meal-pics-and-tags">
<!-- image source -->
<img src = https://images.pexels.com/photos/1640777/pexels-photo-1640777.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1,
alt = "Meal Photo Corrupted" width=40% height=40% id="d-mealImg">
<img width=40% height=40% id="d-mealImg"/>
<div class = "tag-container", id="d-tags">
@@ -42,8 +41,8 @@
</div>
<div class = "stars-and-comments">
<img src = "./assets/images/icons/5-star.svg" width=10% height=10% id="d-rating">
<p id = "d-comments"> Default comment </p>
<img width=10% height=10% id="d-rating"/>
<p id = "d-comments"></p>
</div>
<main>