access the css file from html when css is in different folder code example
Example 1: how to link css to html in different folder
<link rel="stylesheet" href="../css/Style_page_1.css">
Example 2: how to add css folder to html project
<link rel="stylesheet" href="css/styles.css">