Mar-16-2024, 09:22 AM
Hi all.
I want to add nav bar to my Django project. So I copied Html code from Bootstrap to my Django Html. It worked properly.
So, the Youtuber said don't use bootstrap css .They gave bootstrap css & js files . I loaded it in my Django folder , and I changed Django html file like
{% load static %}
<link rel="stylesheet" href="{% static 'css/bootstarp-grid.css' %}">
But I am not getting CSS style to my website.
Please anyone can help to solve this issue.
Thanks in advance for your support!
I want to add nav bar to my Django project. So I copied Html code from Bootstrap to my Django Html. It worked properly.
So, the Youtuber said don't use bootstrap css .They gave bootstrap css & js files . I loaded it in my Django folder , and I changed Django html file like
{% load static %}
<link rel="stylesheet" href="{% static 'css/bootstarp-grid.css' %}">
But I am not getting CSS style to my website.
Please anyone can help to solve this issue.
Thanks in advance for your support!