+ 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

1st Feb 2020, 5:47 AM
Aydan
Aydan - avatar
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/
1st Feb 2020, 11:04 AM
Gordon
Gordon - avatar
+ 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.
1st Feb 2020, 6:57 AM
Avinesh
Avinesh - avatar
0
Gordon very nicely done mate👍 A good example to share as well.
1st Feb 2020, 11:24 AM
Avinesh
Avinesh - avatar