How about CSS file on website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 🤷😆

11th Jan 2020, 3:33 PM
Olivia Mikayla
Olivia Mikayla - avatar
7 Answers
+ 7
Olivia generally the main CSS link goes in the head but it can <- go either place...
11th Jan 2020, 3:51 PM
BroFar
BroFar - avatar
+ 4
Mirielle🐶 where I need to paste it between body?
11th Jan 2020, 3:40 PM
Olivia Mikayla
Olivia Mikayla - avatar
+ 4
BroFar thank you
11th Jan 2020, 4:06 PM
Olivia Mikayla
Olivia Mikayla - avatar
+ 3
Mirielle🐶 I paste it but work yet
11th Jan 2020, 3:44 PM
Olivia Mikayla
Olivia Mikayla - avatar
+ 3
Thank you I got it
11th Jan 2020, 3:45 PM
Olivia Mikayla
Olivia Mikayla - avatar
+ 3
the best practice is to include it in the head tag within the link tag like <link rel="style-sheet" href="file.css" >
13th Jan 2020, 12:37 AM
‎محمد عبدالكريم ابوخشيم‎
‎محمد عبدالكريم ابوخشيم‎ - avatar
+ 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.
12th Jan 2020, 2:15 PM
Abhishek nirwan
Abhishek nirwan - avatar