Comment 'You can use the styl...' to 'Blocks that use CSS'
  • You can use the style tag to add css to an html document, if it's something simple.  More elaborate css should be a separate file that is called.  Do either in head injections

    <style>

    css goes between style tags

    </style>

    OR

    >
    <link rel="stylesheet" href="path/style.css">