css框架,但是我们在搭建UI的时候只能框架提供的默认样式,那么这个时候我们就需要了解一些css基础知识才能更好的使用框架,下面我们就去看看学习CSS需要知道的">

学习CSS需要知道的基础知识

2019-08-14 09:39:02来源:爱站网 阅读 ()

新老客户大回馈,云服务器低至5折

  现在出现了很多流行的css.html" target="_blank">css框架,但是我们在搭建UI的时候只能框架提供的默认样式,那么这个时候我们就需要了解一些css基础知识才能更好的使用框架,下面我们就去看看学习CSS需要知道的基础知识。

  一、可设置的CSS属性包括:字体属性、文本属性、颜色及背景属性、边框属性、容器属性(边距属性、填充属性)、分类属性、鼠标属性。

  二、基础属性

字体属性:font-family font-style font-variant font-weight font-size
文本属性:word-spacing letter-spacing text-decoration vertical-align text-transform
     text-align text-indent line-height
颜色背景属性:color background(background-color background-image background-repeat
       background-attachment background-position)
边框属性:border(border-top border-right border-bottom border-left)(border-width
     border-style border-color)
容器属性:margin padding width height float clear
分类属性:display white-space list-style-type list-style-image list-style-position
     list-style
鼠标属性:auto crosshair default hand move e-resize ne-resize nw-resize n-resize se-resize
     sw-resize s-resize w-resize text wait help

  三、CSS布局
  CSS盒模型的理解对于CSS布局有很大帮助,每个元素都有一个元素盒。HTML布局通常使用div+CSS,将网页分为很多方块,每个方块和整个总体都可以各用一个div容纳,然后用CSS对各个div进行布局。常用布局属性包括:margin padding float clear top right buttom left z-index position。

  以上就是关于学习CSS需要知道的基础知识,为了我们在编程行业有更好的发展,所以学习一些css基础知识是非常重要的哦。


原文链接:https://js.aizhan.com/web_authoring/css/7951.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:认识Netscape浏览器

下一篇:认识Opera