It appears that you have successfully created the CSS file in the directory where your index.html is present. Just write the CSS in it and if the styles are not applied then check if you have linked the CSS file correctly to the html or not. With your current setup you can link it with this link tag:
2
Answers
the "#" is the basic icon in VSCode to define a css file, did you link your css to your html?
<link rel="stylesheet" href="./style.css">
It appears that you have successfully created the CSS file in the directory where your index.html is present. Just write the CSS in it and if the styles are not applied then check if you have linked the CSS file correctly to the html or not. With your current setup you can link it with this link tag:
Put this
link
tag within thehead
tags