so when u connect ur css to ur html
<head> <!-- Other stuff inside head --> <link rel="stylesheet" src="/styles/main.css"> </head>
(replace /styles/main.css with the location of your CSS file)
/styles/main.css
Please mark this as answered if you found it helpful!!
How do u link a css file to a html one
so when u connect ur css to ur html
(replace
/styles/main.css
with the location of your CSS file)