Skip to content

Commit

Permalink
Actually switching to commit fe6be26
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernz-bearnz committed Mar 16, 2024
1 parent e1f6483 commit eabcb69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<p>This is a collection of my favorite recipes, some I came up with myself, and others I had some inspiration</p>
<h1>Assortment of prawn recipes</h1>
<h2>Honey garlic prawns</h2>
<img src="Shrimp.jpg" height="540" width="540">
<h3> Ingredients:</h3>
<ul>
<li>300g prawns, deveined</li>
Expand All @@ -29,6 +30,7 @@ <h3>Instructions</h3>
<li>Serve with rice</li>
</ol>
<h1>Banana ice cream</h1>
<img src="banana.jpg" height="400" width="400" >
<h2>Ingredients</h2>
<ul>
<li>3 cups frozen bananas </li>
Expand All @@ -42,7 +44,6 @@ <h2>Steps</h2>
<li>Blend until smooth</li>
<li>Scoop into container and fold in walnuts</li>
</ol>

</body>

</html>
12 changes: 5 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
* {
margin-left: 300px;
}
h1,
ul,
li,
h2{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1, h2, h3, p, ul, ol p {
text-align: left;
h1, h2, h3, p, ul, ol {
text-align: center;
}

img{
Expand All @@ -19,12 +16,13 @@ img{

ul {
list-style-position: inside;
text-align: left;
text-align: center;
}
li {
list-style-position: inside;
text-align: left;
text-align: center;
}
ul, ol{
font-size: 15px;

}

0 comments on commit eabcb69

Please sign in to comment.