vifereo James

Generation

模仿百度搜索写一个搜索网站

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>百度一下,你就知道</title> <style type="text/css"> .container { width: 1000px; margin: 0 auto; } .header { background-color: #6a6a6a; } .logo { float: left; height: 100px; width: 100px; } .search { float: left; width: 400px; height: 100px; } .search-box { height: 30px; width: 380px; border: 1px solid #c2c2c2; } .search-btn { height: 30px; width: 60px; border: 1px solid #c2c2c2; } .

Questions about programming?Chat with your personal AI assistant