数据驱动、坚持为客户提供有价值的服务和内容
CSS 属性定义背景效果常用的方式:
background-color(最常用) background-color 属性定义了元素的背景颜色.如: .title {background-color:red;} 就是设置类选择器title的背景颜色为红色
我们上面的 background-color也可以简写为 background,如: .title {background-color:r