Question : add css in html django
Answered by : kanishk-dhindsa
<link rel="stylesheet" href="{% static 'newyear/styles.css' %}">
Source : https://cs50.harvard.edu/web/2020/notes/3/ | Last Update : Mon, 30 May 22
Question : add css to django
Answered by : dizzy-dolphin-85oc0htxraob
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Source : https://tutorial.djangogirls.org/en/css/ | Last Update : Sun, 09 Jan 22