Commit 8c5c5705 authored by Kirby Ezekiel Santos's avatar Kirby Ezekiel Santos

Added css in ingredients detail

parent bfff9705
...@@ -2,14 +2,17 @@ ...@@ -2,14 +2,17 @@
<html> <html>
<head> <head>
<title>Ingredients - Detail</title> <title>Ingredients - Detail</title>
<link rel="stylesheet" href="/static/bootstrap.min.css">
<link rel="stylesheet" href="/static/styles.css">
</head> </head>
<body> <body>
<div> <div class="col-lg-10 col-lg-10 mx-auto container">
<h1 id="page_header">Ingredients - Detail</h1> <h1 id="page_header">Ingredients - Detail</h1>
</div> </div>
<div> <div class="col-lg-10 col-lg-10 mx-auto container">
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
...@@ -26,16 +29,18 @@ ...@@ -26,16 +29,18 @@
</table> </table>
</div> </div>
<div> <div class="col-lg-10 col-lg-10 mx-auto container">
<form method="get" action="http://localhost:8000/ingredients-update"> <div class="col-lg-8 mx-auto button_container">
<button type="submit" id="button_to_ingredients_update">Update Fields</button> <form method="get" action="http://localhost:8000/ingredients-update">
</form> <button type="submit" class="btn-block btn-outline-success" id="button_to_ingredients_update">Update Fields</button>
</div> </form>
</div>
<div> <div class="col-lg-8 mx-auto button_container">
<form method="get" action="http://localhost:8000/ingredients-list"> <form method="get" action="http://localhost:8000/ingredients-list">
<button type="submit" id="back_button">Back to List</button> <button type="submit" class="btn-block btn-outline-danger" id="back_button">Back to List</button>
</form> </form>
</div>
</div> </div>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment