css使用笔记

字体代码表: http://code.ciaoca.com/style/cssfont2unicode/

导入CSS的方式:

 1),

<link href="../../css/base.css" rel="stylesheet">


 2),

<style type = "text/css">
    ...
</style>


CSS3新特性:

边框阴影:

box-shadow: 10px 10px 5px #888888;


1、DIV例子

#login_box {
    border: 2px solid;
    border-radius: 25px;
    width: 600px;
    height: 400px;
    margin: 10% auto auto auto;
}


2、段落例子

#title {
    letter-spacing: 5px;
    margin: 100px auto auto auto;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 22px;
}


3、输入框例子

input[type = "text"],input[type="password"]{
    padding:0px;
    margin: 5px auto auto auto;
    float: left;
    width: 240px;
}


4、按钮例子

input[type="submit"]{
    padding: 0px;
    width: 320px;
    margin:5px 0 auto 15px;
    border:none;
    display:block;
    background:white;
    font-family: 'Microsoft YaHei';
    letter-spacing: 5px;
}


5、垂直居中

设置 height : 200px; line-height : 200px

本文出自 “啊昕的博客” 博客,请务必保留此出处http://alanxu59.blog.51cto.com/7583263/1354918

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值