[No000016A]CSS常用三种选择器

1.HTML Tag

p{color:red;}

2.id

#myid{color:red;}

3.class

.myclass{color:red;}

 

CSS常用文本样式属性

  • color
  • font-size
  • font-style(normal,italic,oblique)
  • font-weight(normal,bold,100~900)
  • line-height
  • text-align
  • text-decoration(underline,line-through)
  • word-spacing

posted @ 2018-09-28 10:42  CharyGao  阅读(397)  评论(0编辑  收藏  举报