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

css记录

时间:2019-05-30 10:20:15      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:tle   col   选择   strong   alt   记录   sel   bsp   nbsp   


1、范围选择样式
h1 > strong {color:red;}

 

如果您不希望选择任意的后代元素,而是希望缩小范围,只选择某个元素的子元素,请使用子元素选择器(Child selector)>

2、属性过滤样式

*[title] {color:red;}

 

a[href] {color:red;}

 

a[href][title] {color:red;}

 

img[alt] {border: 5px solid red;}

3、字符串匹配样式

a[href*="w3school.com.cn"] {color: red;}

 

 

 

css记录

标签:tle   col   选择   strong   alt   记录   sel   bsp   nbsp   

原文地址:https://www.cnblogs.com/wuguangwei/p/10947978.html

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