summaryrefslogtreecommitdiff
path: root/recipes/cheesyCreamyRamen.html
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-01-23 17:23:26 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-01-23 17:23:26 -0800
commitebce6952c53b45e5a64abfe0d4a3beb194f1c06e (patch)
tree4ded7bfcadaf0ccd46e929ab7b9e79830488f9a4 /recipes/cheesyCreamyRamen.html
parentc53b1e2e37c41c84e91b93a4e6ab531e9bc7007c (diff)
Use divs to organize recipe pagesmain
Add #container, .title, .header, .content, and footer rules to styles.css
Diffstat (limited to 'recipes/cheesyCreamyRamen.html')
-rw-r--r--recipes/cheesyCreamyRamen.html84
1 files changed, 45 insertions, 39 deletions
diff --git a/recipes/cheesyCreamyRamen.html b/recipes/cheesyCreamyRamen.html
index 6a8e337..96f00ab 100644
--- a/recipes/cheesyCreamyRamen.html
+++ b/recipes/cheesyCreamyRamen.html
@@ -7,44 +7,50 @@
<title>Document</title>
</head>
<body>
- <h1>
- Cheesy Creamy Ramen
- </h1>
- <img src="cheesyCreamyRamen.png">
- <h3>
- Ramen cooked with milk, cheese, and butter to create a very rich, creamy meal.
- </h3>
- <p>
- Package ramen cooked with butter, milk, ramen sauce pack, creates a rich sauce.
- Folding cheese into the cooked noodles creates a cheese furnace
- Chili oil, scallions, and egg and different flavors and depth.
- </p>
- <h3>Ingredients</h3>
- <ul>
- <li>Ramen noodles</li>
- <li>Ramen sauce pack</li>
- <li>Butter</li>
- <li>Milk</li>
- <li>Melty Cheese</li>
- <li>Chili oil</li>
- <li>Scallions</li>
- <li>Soft boiled egg</li>
- </ul>
- <h3>Instructions</h3>
- <ol>
- <li>Boil noodles for a minute then drain</li>
- <li>Hunk of butter in a pan on medium</li>
- <li>Add some milk (no more than half a cup)</li>
- <li>Throw in the sauce pack</li>
- <li>Throw in those noodles (don't throw them too hard)</li>
- <li>Add the noodles back and and cook until thicc</li>
- <li>Put into bowl</li>
- <li>Add melty cheese and fold over into cheese furnace</li>
- <li>Add chili oil (oil squeezed from a bowl of beef chili)</li>
- <li>Add rapscallions</li>
- <li>Add egg</li>
- <li>Injure mouth with spiky chopsticks</li>
- </ol>
- <a href="../index.html">Home</a>
+ <div id="container">
+ <h1 class="title">
+ Cheesy Creamy Ramen
+ </h1>
+ <div class="content">
+ <img src="cheesyCreamyRamen.png">
+ <h3 class="header">
+ Ramen cooked with milk, cheese, and butter to create a very rich, creamy meal.
+ </h3>
+ <p>
+ Package ramen cooked with butter, milk, ramen sauce pack, creates a rich sauce.
+ Folding cheese into the cooked noodles creates a cheese furnace
+ Chili oil, scallions, and egg and different flavors and depth.
+ </p>
+ <h3 class="header">Ingredients</h3>
+ <ul>
+ <li>Ramen noodles</li>
+ <li>Ramen sauce pack</li>
+ <li>Butter</li>
+ <li>Milk</li>
+ <li>Melty Cheese</li>
+ <li>Chili oil</li>
+ <li>Scallions</li>
+ <li>Soft boiled egg</li>
+ </ul>
+ <h3 class="header">Instructions</h3>
+ <ol>
+ <li>Boil noodles for a minute then drain</li>
+ <li>Hunk of butter in a pan on medium</li>
+ <li>Add some milk (no more than half a cup)</li>
+ <li>Throw in the sauce pack</li>
+ <li>Throw in those noodles (don't throw them too hard)</li>
+ <li>Add the noodles back and and cook until thicc</li>
+ <li>Put into bowl</li>
+ <li>Add melty cheese and fold over into cheese furnace</li>
+ <li>Add chili oil (oil squeezed from a bowl of beef chili)</li>
+ <li>Add rapscallions</li>
+ <li>Add egg</li>
+ <li>Injure mouth with spiky chopsticks</li>
+ </ol>
+ </div>
+ <footer>
+ <a href="../index.html">Home</a>
+ </footer>
+ </div>
</body>
</html> \ No newline at end of file