+ 3
How can i add my css file to my html file in sololearnđ€đ€
3 Answers
+ 8
You can choose to host your CSS file online and use <link> to refer to that, or, if it's rather small, you can copy its content, and paste it on the CSS section.
+ 2
Everything is combined,you cannot host files on Sololearn,its either you refer to them through links or you paste them
+ 2
okkk I'll better copy paste my css in my HTML head