How to add CSS to HTML code

Hi Cal-q-late. Welcome to the forums. :slight_smile:

Just to add, you place that code inside the <head> </head> section of your page:

<head>
  <style type="text/css">
      INSERT CSS CODE HERE
  </style>
</head>
1 Like