
css选择器
JM_杰
欢迎各路开发大神的指导 继续开发之路
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CSS高级系列之多种选择器及权重值
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>演示多种选择器</title> <style type="text/css"> /*标签选择器*/ p{ color: red; } /*类选择器 s原创 2017-06-12 19:37:51 · 825 阅读 · 0 评论 -
CSS系列之编辑网页文本(二)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>演示CSS编辑网页文本</title> <style type="text/css"> div{ /*设置字号 字体 和文字颜色*/ font-size: 30px;原创 2017-06-12 19:44:04 · 288 阅读 · 0 评论