CSS Visual Rules 본문

Programming/웹 개발

CSS Visual Rules

쩡호 2018. 1. 12. 09:40

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-colorcolor 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.


'Programming > 웹 개발' 카테고리의 다른 글

CSS Color Review  (0) 2018.01.12
서브라임 단축키 (필요한 것만 계속 추가)  (0) 2018.01.12
CSS Selectors Review  (0) 2018.01.12
CSS Layout Review  (0) 2018.01.12
HTML TABLE REVIEW  (0) 2018.01.11
Comments