About us

We’re a food blog focused on simple and seasonal recipes.


<!DOCTYPE html>
<html>

<head>
<title>
Create a Search Bar using HTML and CSS
</title>
<meta name=”viewport”
content=”width=device-width, initial-scale=1″>
</head>

<body>

<!– Navbar items –>
<div id=”navlist”>
<a href=”#”>Home</a>
<a href=”#”>Our Products</a>
<a href=”#”>Careers</a>
<a href=”#”>About Us</a>
<a href=”#”>Contact Us</a>

<!– search bar right align –>
<div class=”search”>
<form action=”#”>
<input type=”text”
placeholder=” Search Courses”
name=”search”>
<button>
<i class=”fa fa-search”
style=”font-size: 18px;”>
</i>
</button>
</form>
</div>
</div>

<!– logo with tag –>
<div class=”content”>
<h1 style=”color:green; padding-top:40px;”>
GeeksforGeeks
</h1>

<b>
A Computer Science
Portal for Geeks
</b>

<p>
How many times were you frustrated while
looking out for a good collection of
programming/algorithm/interview questions?
What did you expect and what did you get?
This portal has been created to provide
well written, well thought and well
explained solutions for selected questions.
</p>

</div>
</body>

</html>

What’s cooking?

Pages: 1 2

Design a site like this with WordPress.com
Get started