Supposto che il percorso che hai dato per il css sia giusto

<link rel=stylesheet href="css/nome file.css" type="text/css">
Prova ad aggiungere un ./ davanti al percorso, così che divenga

codice:
<link rel=stylesheet href="./css/nome file.css" type="text/css">