I want to style my paragraph in this file. I create mystyle.css file with selector p. And i do it in Link tag. Thanks you. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

I want to style my paragraph in this file. I create mystyle.css file with selector p. And i do it in Link tag. Thanks you.

Style with mystyle.css file. https://code.sololearn.com/WD8fi1KRafFZ/?ref=app

23rd Mar 2021, 6:43 AM
Malick Diagne
Malick Diagne - avatar
1 Réponse
+ 1
put the content of your "mystyle.css" file in the css tab of the code playground project: in sololearn, you can only link files that have an absolute url (hosted somewhere on internet)... elsewhere you generaly link files wich path are relative to the html file (but in sololearn, you cannot give such file path, as you cannot save/upload file ^^)
23rd Mar 2021, 6:57 AM
visph
visph - avatar