Im new to flask, and dont understand how to use it! Ive been following flasks tutorial https://flask.palletsprojects.com/en/1.1.x/tutorial/ and when i got to the part where you add css, there was no change. Ive even copied and pasted the code from their GitHub just to make sure that I had got it right, and it still didnt work!
My Folder setup and code is the exact same as https://github.com/pallets/flask/tree/1.1.2/examples/tutorial
I dont get it because after the copy and paste from github, every file has the correct code, and I dont get any errors, just no CSS.
How is this possible?