mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-09 08:07:22 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user