- 2
Good morning sir. I do <link rel="stylesheet" href="app.css"> to style the web App. It's not work. Thanks you sir.
Doing link to style App. https://code.sololearn.com/WMK4t758SA8d/?ref=app
3 Antworten
+ 3
first of all, the <link> tag doesnt use a closing one. and if you're making it in sololearn, no need to link the stylesheet it's always there.
still not working?
check to see if your filename is accurate.
check to see if it's in the same file folder, if not add the appropriate path.
+ 1
Please use appropriate tags 👍
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 1
Malick Diagne
It won't work as sololearn can't access that file (that css file), that's why they have given a diffrent section for to write CSS and JS respectively, so whatever the code you have written there (in that CSS file), copy it and paste it in the CSS section, it will start working.