Commit 9285f80b authored by Kirby Ezekiel Santos's avatar Kirby Ezekiel Santos

Added css to recipes detail

parent 0be79701
......@@ -2,14 +2,17 @@
<html>
<head>
<title>Recipes - Detail</title>
<link rel="stylesheet" href="/static/bootstrap.min.css">
<link rel="stylesheet" href="/static/styles.css">
</head>
<body>
<div>
<div class="col-lg-10 col-lg-10 mx-auto container">
<h1 id="page_header">Recipes - Detail</h1>
</div>
<div>
<div class="col-lg-10 col-lg-10 mx-auto container">
<table class="table">
<thead>
<tr>
......@@ -26,16 +29,18 @@
</table>
</div>
<div>
<form method="get" action="http://localhost:8000/recipes-update">
<button type="submit" id="button_to_recipes_update">Update Fields</button>
</form>
</div>
<div class="col-lg-10 col-lg-10 mx-auto container">
<div class="col-lg-8 mx-auto button_container">
<form method="get" action="http://localhost:8000/recipes-update">
<button type="submit" class="btn-block btn-outline-success" id="button_to_recipes_update">Update Fields</button>
</form>
</div>
<div>
<form method="get" action="http://localhost:8000/recipes-list">
<button type="submit" id="back_button">Back to List</button>
</form>
<div class="col-lg-8 mx-auto button_container">
<form method="get" action="http://localhost:8000/recipes-list">
<button type="submit" class="btn-block btn-outline-danger" id="back_button">Back to List</button>
</form>
</div>
</div>
</body>
</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