码迷,mamicode.com
首页 > Web开发 > 详细

css选择器

时间:2017-10-16 14:54:28      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:大于   元素选择器   class   lin   color   波浪   背景   div   第一个   

引入外部css:<head> <link rel="stylesheet" type="text/css" href="mystyle.css"> </head>

ID:#id

CLASS:.class

p.class p标签使用.class类的元素。

背景:background

当使用简写属性时,属性值的顺序为::

  • background-color
  • background-image
  • background-repeat
  • background-attachment
  • background-position

div p:后代选取器(以空格分隔)

div>p:子元素选择器(以大于号分隔)

div+p:相邻兄弟选择器(以加号分隔)

div~p:普通兄弟选择器(以波浪号分隔)

p:first-child:第一个子类选择器

CSS伪类:

https://www.w3cschool.cn/css/css-pseudo-classes.html

css选择器

标签:大于   元素选择器   class   lin   color   波浪   背景   div   第一个   

原文地址:http://www.cnblogs.com/swordyt/p/7676598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!