Sublime text3 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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