捉虫放大镜

博客园 首页 新随笔 联系 订阅 管理

2021年3月9日 #

摘要: 一、编写CSS的几种方式 <style> /* id选择器 */ #id_test { color: red; } /* 标签选择器 */ h2 { color: blue !important; } /* 类选择器 */ .pink-text { color: pink; } /* [attrib 阅读全文
posted @ 2021-03-09 11:45 捉虫放大镜 阅读(64) 评论(0) 推荐(0) 编辑