CSS VISUAL RULES
Review Visual Rules
Incredible work! You used CSS to alter text and images throughout a website. Throughout this lesson, you learned concepts including:

CSS declarations are structured into property and value pairs.
The font-family property defines the typeface of an element.
font-size controls the size of text displayed.
font-weight defines how thin or thick text is displayed.
The text-align property places text in the left, right, or center of its parent container.
Text can have two different color attributes: color and background-color. color defines the color of the text, while background-color defines the color behind the text.
CSS can make an element transparent with the opacity property.
CSS can also set the background of an element to an image with the background-image property.

最新文章

  1. PHP新手常见的一些不好习惯(抄的 有待理解)
  2. .Net(c#)加密解密之Aes和Des
  3. bandicam如何录制视频
  4. Burpsuite 重要插件
  5. 简单的STM32 汇编程序—闪烁LED
  6. angular随笔
  7. HDU5727 Necklace(枚举 + 二分图最大匹配)
  8. office 2013 产品秘钥
  9. 九度oj 1348 数组中的逆序对
  10. WinCE的开发流程
  11. log4j安装与简介
  12. CXF之五 拦截器Interceptor
  13. BZOJ2293: 【POJ Challenge】吉他英雄
  14. 关于The APR based Apache Tomcat Native library警告
  15. Android平台的事件处理机制和手指滑动例子
  16. 016 多对多关联映射 单向(many-to-many)
  17. 将本地web服务映射到公网访问
  18. OO第9-11作业总结
  19. BZOJ3673 可持久化并查集 by zky 可持久化 并查集
  20. python中函数嵌套、函数作为变量以及闭包的原理

热门文章

  1. 在Linux里安装Samba(文件共享)方便在Windows下面操作
  2. nginx file not found 错误处理小记
  3. git知识讲解
  4. 使用Redis-Dump 导出、导入redis数据
  5. tf.nn.conv_2d
  6. a++ 与 ++a 的运算
  7. sql中的in与not in,exists与not exists的区别
  8. slenium使用鼠标+键盘事件或者双击实现代码
  9. python-ddt 数据驱动测试
  10. 关于QTcreator出现不能包含头文件的解决