>>6427719It's my first time ever working with HTML and CSS. I've since modified it a little bit, I've moved the bars towards the center and removed that ugly welcome bar, as well as changed my firefox theme.
I appreciate the kind words though! What would you suggest I do with the bars?
>>6427761Here's an example for the HTML code for putting in a non-styled search bar (without a button)
<form action="
https://www.google.com">
<input type="text" name="search">
</form>
Check out the w3schools HTML Forms page
http://www.w3schools.com/html/html_forms.asp