Here is the directory structure of my python/flask application.
application
templates/
static/css/style.css
static/js/appjs.js
In my "head" i have added this.
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" />
JS file working fine but style.css is not working. But style.css is accessible through the url and also available in page source view
http://localhost:5000/static/css/style.css