Where the css file should be saved? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where the css file should be saved?

it is confusing that how i save the css file please help

25th Jun 2018, 6:39 AM
Demon King
Demon King - avatar
4 Answers
+ 3
in file name style.css //but in sololearn write all your CSS code on css section on html code editor //or inside<head> tag between <style> ....</style> tag
25th Jun 2018, 7:08 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
tnku sudarshan
25th Jun 2018, 7:09 AM
Demon King
Demon King - avatar
+ 1
In projects, make directories of separate files such as styles, js, source, images etc. You can move in a directory by writing e.g. styles/main.css for a file named main.css in styles folder in current working directory. Or ../main.css for a file in super directory of current working directory. For single webpages you can make both html and css files in same directory for ease.
2nd Jul 2018, 11:23 AM
Jishan
Jishan - avatar
0
welcome 😁
25th Jun 2018, 7:10 AM
Sudarshan Rai
Sudarshan Rai - avatar