css相关解释_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:05:32
Original
1080 people have browsed it

margin 简写属性在一个声明中设置所有外边距属性。该属性可以有 1 到 4 个值。


margin:10px 5px 15px 20px;

上外边距是 10px

右外边距是 5px

下外边距是 15px

左外边距是 20px




width:100px;

设置元素的宽度


做一个简单的登录页面

.bb{border:2px solid red ;width: 600px;margin: 150px auto}

.textcenter{text-align: center}

.full{width:100%}

div{line-height:40px}

    请输入用户名:

 

  

   

    请输入密   码:

 

 

   

 


效果


一个大的div包含3个小div

div{line-height:40px} div的行高为40px


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template