会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CodingSherlock
博客园
首页
新随笔
联系
订阅
管理
2018年5月3日
CSS 选择器(基础)
摘要: 根据标签选择 p {font:10px;}; 多标签选择 h1,h2{font:10px;} 嵌套选择 ul li{font: 10px} id选择 #id {font:10px;} class选择 .className{font:10px;} 标签class选择 p.className{font:
阅读全文
posted @ 2018-05-03 09:09 CodingSherlock
阅读(134)
评论(0)
推荐(0)
公告