how to connect css file to flask code example
Example 1: how to add css in flask app
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/mainpage.css') }}">
Example 2: load css file flask
{{ url_for('static', filename='style.css') }}