diff options
Diffstat (limited to 'static/recipes/omurice.html')
| -rw-r--r-- | static/recipes/omurice.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/static/recipes/omurice.html b/static/recipes/omurice.html index 170c00d..2f00c83 100644 --- a/static/recipes/omurice.html +++ b/static/recipes/omurice.html @@ -31,8 +31,8 @@ <h1>My Omurice Recipe</h1> </div> - <main id="wrapper-center"> - <div id="lists"> + <main class="wrapper-space"> + <div class="lists"> <h2>Description</h2> <p> This is my take on Omurice, a popular japanese chicken fried rice dish with an omelette on top. @@ -103,11 +103,17 @@ </ol> </div> - <div id="img-wrapper"> + <div class="img-wrapper img-right"> <img src="../../images/omurice.jpg" alt="An image of oyakodon."> </div> </main> + + <footer> + <div class="wrapper-centered"> + <p>Bottom Text</p> + </div> + </footer> </body> <script src=""></script> |
