- 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
1 Odpowiedź
+ 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 ^^)