I'm having a hard time styling this. I just want my logo and search bar to be centered, with a bit more space above and below to fill the page. (This is at NE1UP dot com)
It's just a Google-esque page, that's all I want it to be, but I'm having a hard time getting this logo and search bar to align and display right, essentially like the Google page. I'm not sure if that's even the best option visually, but it's all I can visualize right now and just want to figure out what I'm doing wrong.
Thanks for ANY help!
This is the code 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
And the code from main.css:
.span8 input {display: block; margin-left: auto; margin-right: auto;}
.span8 button {margin-left:4.8%}