how to connect the css fil html code example
Example 1: how to link css to html
<link rel="stylesheet" href="styles.css">
Example 2: how to import css to html
<link rel="stylesheets" href="Your file">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheets" href="Your file">