Published
- 1 min read
how to add css in flask app
The solution for this is noted below
how to add css in flask app
Solution
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/mainpage.css') }}">
Try other methods by searching on the site. That is if this doesn’t work