HTML代码
登录
CSS代码
#d1{
color: green;
}
a:link{
color: green;
}
a:hover{
color: red;
}
#d2{
background-color: green;font-size: 20px;
width: 400px;height: 40px;line-height: 40px;color: white;
}
#d3{
background-color: #eeeeee;width: 400px;height: 250px;
}
#in1{
width: 200px;height: 40px;background-color: green;
color: white;font-family: '微软雅黑';font-weight: bold;font-size: 20px;
}
#in1:hover{
background-color: lawngreen;
}