Commit 051b1d29 authored by Kirby Ezekiel Santos's avatar Kirby Ezekiel Santos

Added css to ingredients update

parent 99a9759f
...@@ -2,14 +2,17 @@ ...@@ -2,14 +2,17 @@
<html> <html>
<head> <head>
<title>Ingredients - Update</title> <title>Ingredients - Update</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 - Update</h1> <h1 id="page_header">Ingredients - Update</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>
...@@ -28,7 +31,7 @@ ...@@ -28,7 +31,7 @@
<input type="text"> <input type="text">
</td> </td>
<td> <td>
<button type="submit">Save Changes</button> <button type="submit" class="btn-sm btn-outline-success">Save Changes</button>
</td> </td>
</form> </form>
</tr> </tr>
...@@ -36,9 +39,9 @@ ...@@ -36,9 +39,9 @@
</table> </table>
</div> </div>
<div> <div class="col-lg-10 col-lg-10 mx-auto container button_container">
<form method="get" action="http://localhost:8000/ingredients-detail"> <form method="get" action="http://localhost:8000/ingredients-detail">
<button type="submit" id="back_button">Back to Detail</button> <button type="submit" class="btn-block btn-outline-danger" id="back_button">Back to Detail</button>
</form> </form>
</div> </div>
</body> </body>
......
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