day22 form/av/frame/css

form



    
        
        表单的例子-注册
        
    
    
        
        

用户名:

密码:

确认密码:

性别:

爱好: 阅读 旅游 美食 运动

省份:

生日:

邮箱:

头像:

自我介绍:

av



    
        
        av_example
    
    
        
        
    

frame



    
        
        
    
    
        
        
        
        
        
    

css



    
        
        css_example
        
        
        
        
        
        
    
    
        
        

hello world

hello world

hello world

hello world

hello world

hello world

hello world

李白-静夜思

style.css

/*通配符选择器*/
* {
    margin: 0;
    padding: 0;
}
/*标签选择器*/
h1 {
    width: 960px;
    height: 40px;
    margin: 5px auto;
    text-align: center;
}
/*类选择器*/
.a{
    background-color: red;
}
.b{
    background-color: orange;
}
.c{
    background-color: rgba(255, 0, 0, 0.5);
}
.d{
    background-color: green;
}
.e{
    background-color: cyan;
}
.f{
    background-color: blue;
}
.g{
    background-color: purple;
}
.h{
    color:blue;
    text-align: center;
    width: 100px;
    height: 40px;
    overflow: scroll;
}
.big{
    font-size: 32px;
}
.normal{
    font-size: 18px;
}
.small{
    font-size: 12px;
}
/*ID选择器*/
#header, #footer {
    width:800px;
    height:120px;
    border:1px solid red;
    margin: 10px auto;
}

css2



    
        
        
        
        
        
        
        
        
    
    
        

I love you

Goodbye

你可能感兴趣的:(day22 form/av/frame/css)