Trying to solve a simple issue here.
I have two HTML files with different CSS styles. The CSS code I wrote for the home page yesterday is working fine. However, today when I added some 'div' and 'class' elements to the second HTML (checkout), the new CSS code doesn't seem to be taking effect, even though the code from yesterday works perfectly.
I checked the page on localhost and verified that the CSS link is loading properly. But for some reason, the code I added today isn't being applied.
I've saved the CSS file multiple times and even restarted my project in PyCharm, but the issue persists. Any suggestions on how to resolve this?
Project directory tree can be found here.
CSS Code:
(Insert CSS code snippet here)
N.B. The CSS code starting from .page_title
doesn't load on localhost.
The checkout HTML looks like this:
(Insert the checkout HTML code here)
In case you need it, here's the code I added to settings.py
.
If you require any additional code snippets or information, just let me know. Thank you for your help!