Day2-html-homework


HTML代码



    
        
        
        
    
    
        
小a陪诊           首页    用户注册
登录


   用户名:

    密码:

   验证码:

      

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;
}

你可能感兴趣的:(Day2-html-homework)