-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d565f6
commit 9b7b57a
Showing
4 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
body { | ||
margin-inline: 80px; | ||
} | ||
|
||
.heading { | ||
text-align: center; | ||
font-weight: 800; | ||
} | ||
|
||
.banner { | ||
background-color: #113e21; | ||
padding: 10px; | ||
color: #fff; | ||
} | ||
|
||
.para { | ||
text-align: center; | ||
} | ||
|
||
.searchForm { | ||
text-align: center; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Food Recipes</title> | ||
<link rel="stylesheet" href="search.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<h1 class="heading">Find the best meal recipes!!</h1> | ||
<div class="banner"> | ||
<p class="para">When you need to feed the family or kids, these are the easy dinner recipes | ||
you turn to time and time again. With lots of healthy, quick, vegetarian, | ||
chicken, and budget-friendly ideas, there's something for everyone.. | ||
</p> | ||
<form action="#" class="searchForm"> | ||
<input type="text" id="search" name="search" placeholder="Search" required> | ||
</form> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Binary file not shown.