代码如下
body{
background-color:#016BA9;
margin:0;
padding:0;
font-size:14px;}
.content{
width:1226px;
height:474px;
margin:100px auto;
background-image:url(login.jpg);
clear:both;
}
.form{
width:100px;
margin-left:500px;
margin-bottom:100px;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>登录</title><link href="html.css" rel="stylesheet" type="text/css" /></head><body><div class="content"><div class="form"><form>用户<input type="text" name="username" /><br />密码<input type="password" name="password"/></form></div></div></body></html>
沙洲
woshiajuana