Answers for "where should the css files be in flask"

CSS
9

how to add css in flask app

<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/mainpage.css') }}">
Posted by: Guest on September-29-2020
1

load css file flask

{{ url_for('static', filename='style.css') }}
Posted by: Guest on February-14-2021

Code answers related to "where should the css files be in flask"

Browse Popular Code Answers by Language