My CSS don't run properly?

as you can see my css path here is good but when i run it in my browser my website doesn't have any css beside bootstraps is there a problem in my pathing or is it somewhere else?
No description
11 Replies
Pretz
Pretz•6mo ago
No description
Jochem
Jochem•6mo ago
You probably want it to be "assets/style.css", without the dashboard/
Pretz
Pretz•6mo ago
OMG is that it?, im having a hard time understanding this pathing folder by folder
Pretz
Pretz•6mo ago
No description
Pretz
Pretz•6mo ago
Thank you @Jochem
Jochem
Jochem•6mo ago
The way you wrote the url, it assumes it's a relative path, so it's going to look at the url of the current page and then add dashboard/assets/style.css
Mannix
Mannix•6mo ago
You might want to load your css file after bootstrap just in case 🙂
Pretz
Pretz•6mo ago
yeah i did it to be more fast idk if thats a good practice or habit as a beginner
Jochem
Jochem•6mo ago
I don't think relative or absolute paths are a performance concern. It's best to just understand how the pathing works and use it the way you want or that works best for you
Pretz
Pretz•6mo ago
Okay, ill keep that in mind Thank you so much
Jochem
Jochem•6mo ago
Glad to help 🙂