TOP | BACK | FORW


3. Style Specification for Logical Elements

3.4 An Example of Style Specification by CSS

An extremely simple example



Example description

  body{
      color: black;
      font-family: helvetica, sans-serif;
      background: white;
      margin: 2em
      }
  h3  {
      margin-left: 1em;
      font-size: 95%
      }
  h4  {
      text-align: center;
      font-style: italic
      }
  p   {
      background: yellow
      }

Example text shown in 2.1


TOP | BACK | FORW