Project Challenge: Using Static Files
In this lesson, we will solve a challenge related to the usage of static files.
We'll cover the following
Problem statement
In this challenge, you are required to complete two tasks:
- You are provided with a
CSS
stylesheet calledstyle.css
. You are required to include it in both of the templates. - Next, on the home page, we have added a table that shows details regarding some pets. Your task is to add the images of these pets in the first column of the table.
📍 Note: The stylesheet and the images are already present in the
\static
folder. The images are numbered in the top to bottom order with respect to the pets.
Get hands-on with 1400+ tech skills courses.