Skip to content

Commit

Permalink
Fixed CSS to align elements centrally.
Browse files Browse the repository at this point in the history
  • Loading branch information
anildigital committed Mar 30, 2008
1 parent 0f34f8b commit a995529
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -43,7 +43,7 @@
<img src="logo.png">
</div>
<form method="post" onsubmit="return process();" name="search_form">
<div>
<div id="search_box_select_box">
<span id="search_text_box">
<input size="33" name="keywords" value="" id="keywords" onfocus="return clear_search();">
</span>
Expand Down
31 changes: 15 additions & 16 deletions stylesheets/main.css
@@ -1,18 +1,24 @@
#wrap {
margin: 70px auto;
width: 390px;
margin: 0px auto
}

#main_google_image {
margin: 0pt auto;
width: 400px;
margin-bottom: 20px;;
width: 364px;
margin-top:80px;
margin-bottom: 20px;
}

#search_button {
align:center;
#search_box_select_box {
margin:0pt auto;
width: 230px;
text-align: center;
width: 480px;
}

#search_button{
margin:0pt auto;
margin-top:2pt;
text-align: center;
}

a {
Expand All @@ -34,16 +40,9 @@ a {
text-shadow: #333333 3px 4px 1px;
}

#coming_soon {
font-size: 3em;
text-align:center;
color: black;
font-weight: bold;
text-shadow: grey 4px 4px 1px;
}

#contact {
margin-top: 80px;
margin: 0pt auto;
margin-top: 80pt;
font-family: verdana;
text-align:center;
}

0 comments on commit a995529

Please sign in to comment.