akshayitzme / cinlist

Developing a Progressive WebApp to list your favorite series and movies.
Apache License 2.0
4 stars 11 forks source link

html: include style.css #18

Closed akshayitzme closed 1 year ago

akshayitzme commented 1 year ago

we need to include style.css in the base template

Refer:

How to load and use static files in Django?

Example:

<head>
...

<link rel="stylesheet" href="{% static 'css/style.css' %}">

...
</head>
heraldjose10 commented 1 year ago

Hi. Can you assign this issue to me?

akshayitzme commented 1 year ago

Hi. Can you assign this issue to me?

sure :+1: assigning it to you

heraldjose10 commented 1 year ago

Opened a PR #21 @akshayitzme Please take a look. Let me know if any changes are needed.