CSS案例2(一个简单的新闻网页)

 

 知识点:

1.一般网页不用纯黑,用淡灰色  3c3c3c

2.text-align: center;  /*  文字水平居中 */

3.font-weight: normal;  /* 清除加粗效果 */

  font-style: normal; /* 清除倾斜效果 */

4.伪类选择器

  ××:hover  鼠标悬停到XX元素上时

 

详细代码见:https://github.com/superjishere/CSS_case

posted @ 2019-10-14 16:14  阿江是个程序猿  阅读(1520)  评论(0编辑  收藏  举报