• 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">