how to style your django project code example
Example: css django
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}">
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}">