+ 2
How to use CSS in Sololearn?
I don't find a way how to use <link> in code playground... What's a name of css file?
2 odpowiedzi
+ 5
You type CSS in the second tab, where says "CSS". If you want to link a external stylesheet, it has to be online, and you can link to it with <link href="https://example-website.com/stylesheet.css">.
+ 2
thanks!