+ 1
How do i add the "CSS" section in code
On the solo learn playground, there is a section for CSS and JS, but I'm trying to publish a website through GitHub and when copy and pasting, I don't know where to put the CSS stuff
4 Antworten
+ 2
use external CSS with relative location.
See this repo as example :
https://github.com/gorgorgordon/MySoloLearnCodes?files=1
(line 8 line 9 of index.html)
Result is this :
https://gorgorgordon.github.io/MySoloLearnCodes/
+ 1
I'm not much aware of github but I think you can upload your html and your CSS files separately provided that you have linked your CSS file to your html file.
0
Gordon very nicely done mate👍
A good example to share as well.