Answers for "adding css to django template"

CSS
1

css django

{% load static %}

<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}">
Posted by: Guest on October-05-2020
0

link css in django template

<link rel="stylesheet" href="{% static 'css/blog.css' %}">
Posted by: Guest on June-23-2021

Browse Popular Code Answers by Language