Project Challenge: Using Static Files
Explore how to include and serve static assets such as CSS stylesheets and images in your Flask web application. This lesson guides you through adding a stylesheet to multiple templates and embedding images in a table on the home page, providing practical experience with static file handling in Flask projects.
We'll cover the following...
We'll cover the following...
Problem statement
In this challenge, you are required to complete two tasks:
- You are provided with a
CSSstylesheet calledstyle.css. You are required to include it in both of