목차

CSS Introduction & Syntax

  • description : CSS Introduction & Syntax
  • author : 오션
  • email : shlim@repia.com
  • lastupdate : 2021-03-04


Source of the article


CSS Introduction


CSS란?


CSS Syntax


Example

p {
   color: red;
   text-align: center;
}