效果图:
实现代码:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>百度一下,你就知道</title>
<style type="text/css">
/* 百度logo */
.logo {
text-align: center;
}
/* 新闻 网页。。。*/
.nav {
font-size: 14px;
text-align: center;
}
/* 整个搜索框 */
.sousou {
text-align: center;
}
/* 输入框 */
.search {
width: 420px;
height: 23px;
}
/* 百度一下的点击框 */
.btn {
height: 30px;
width: 100px;
font-size: 14px;
}
/* 百科 */
.more {
text-align: center;
font-size: 14px;
}
/* 百度地图带你吃喝玩乐,全心全意为人民服务 */
.map {<