skip to Main Content

Cannot link CSS file to HTML file

I can't link a css file to an html file. I'm am using Visual Studio Code, Python and Flask to do this. My files are like this: templates home.html style.css app.py home.html <!DOCTYPE html> <html> <head> <link href='https://fonts.googleapis.com/css?family=Raleway:400, 600' rel='stylesheet'…

VIEW QUESTION
Back To Top
Search