Pozdrav,
imam problem s povezivanjem ccs-a. Ovo je moj kod:
INDEX
<head>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css')}}">
</head>
CSS
body{
background: url({{ url_for (‘static’, filename = ‘ninja.jpg’)}});
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
css i slika su u folderu static…