diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
| commit | 9de361d8d774b073ad34d8e5700e76cd7681a3f8 (patch) | |
| tree | e549839cdb15fd59e7f658ada07e2d0d2af7c3f0 /static/recipes/omurice.html | |
| parent | 8e9cc12e4806eb830515a585ac481c6f37a92f2f (diff) | |
added more images, restyled home page
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> |
