+ 2
Do you know some way to get Sololearn's CSS in their site?
I'm planning to create a code to display the first 10(I think) codes in their website . https://code.sololearn.com/WL9ORIp98k6l/?ref=app
3 Antworten
+ 11
You can add this <link> tag in the HTML head to directly use the website CSS
<link href="https://www.sololearn.com/Content/userCodes.css" rel="stylesheet"/>
+ 5
Fastest way...
https://code.sololearn.com/W4t2yORkhYEz/?ref=app
+ 2
Burey Thanks