how to export the css styling inside form.submit() jinja template to a css file ? code example
Example: flask link stylesheet
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">