23.10.2020, 14:49
Add style tag before closing head tag. You can add any CSS inside of the style tag.
Code:
<style>
h3 { color: red; }
p { font-weight: bold; }
</style>
</head>