+ 7
How about CSS file on website
After HTML index.html file that I created and set my website working fine but question is now how I can create a file for ccs ? I am trying to write style.css but it's show the color ect on website guys I am confused 🤷😆
7 Respostas
+ 7
Olivia generally the main CSS link goes in the head but it can <- go either place...
+ 4
Mirielle🐶 where I need to paste it between body?
+ 4
BroFar thank you
+ 3
Mirielle🐶 I paste it but work yet
+ 3
Thank you I got it
+ 3
the best practice is to include it in the head tag within the link tag like <link rel="style-sheet" href="file.css" >
+ 2
You can find too much on css course here so, go for it and use vs code to implement what you find on course ok.