Google はどのように検索エンジンを調整していますか? どの画面解像度でも、検索バーは常に中央にあり、その上にロゴがあり、その下にボタンがあるようです. 検索エンジンをまったく同じにしたいのですが、唯一の問題は、より大きな解像度では右にシフトしているように見えますが、Macbook Pro では問題ないということですか?
何か案は?私のCSSコードは以下の通りです:
.searching {
position:relative;
top:-60px;
left:-30px;
background-color:#EBEAE2;
color:#000000;
font-family:Trebuchet MS;
font-weight:normal;
font-size:16px;
width:800px;
}
.logo {
posistion:relative;
margin-top:30px;
margin-left:270px;
}
.qlickbutton {
position:relative;
top:-42px;
left:10px;
height:50px;
width:70px;
}
<img src="Qlick1.png" class="logo" id="logo" width="600" height="300">
<form action='search2.php' method='get' autocomplete="off">
<center>
<input class="searching" id="searching" autocomplete="off" type="text" name="k" maxlength="255">
<input class="qlickbutton" id="qlickbutton" type="image" src="qlick button.png" alt="Qlick">