Struggling with styling this webpage. I aim to have my logo and search bar centered on the page, surrounded by ample space above and below. You can check it out at NE1UP dot com.
All I want is a Google-style layout for my page, but I'm facing difficulty in aligning and displaying the logo and search bar properly, similar to the Google page. I'm not entirely convinced if this visual approach is the best option, but it's what I envision at the moment. Any guidance to help me solve this issue would be greatly appreciated!
Thanks a bunch for ANY assistance you can provide!
This code snippet is from index.htm
<div class="row">
<div class="span12">
<img src="soos.png" width="208px" height="72px">
<div class="span2">
</div>
<div class="span8">
<form action="search.php" method="get">
<input id="name" style="width:90%;height:50px;margin-top:0px" type="text" name="q" class="input-xxlarge" id="q" placeholder="Enter Search Term Here"/>
SEARCH
Here's an excerpt from main.css:
.span8 input {display: block; margin-left: auto; margin-right: auto;}
.span8 button {margin-left:4.8%}