Sublime text3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Sublime text3

Iโ€™m currently using Sublime text to code html but I cannot code css in there. For the example the font size cannot be registered. Someone pls help๐Ÿ™‚.

6th Nov 2018, 12:25 PM
Romo
Romo - avatar
2 Answers
+ 11
You'll have to link the CSS file in the HTML file also Add this in your head tag ~ <link href="yourFileName.css" rel="stylesheet" type="text/css"> Remember, the CSS file should be in the same folder as your HTML file or you should give the full address to file.
6th Nov 2018, 12:54 PM
Nikhil
Nikhil - avatar
+ 1
thank you ๐Ÿ™๐Ÿฝ
6th Nov 2018, 4:12 PM
Romo
Romo - avatar