Answers for "apply css in django"

1

css django

{% load static %}

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

css in django

  <head>
    <link rel="stylesheet"  href="{%  static  'css/style.css'  %}">
    <title>Linguist</title>
  </head>
Posted by: Guest on November-02-2021
0

add css to django

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Posted by: Guest on January-02-2022

Python Answers by Framework

Browse Popular Code Answers by Language