CSS not working
CSS is not working in this program: https://www.khanacademy.org/computer-programming/team-history-the-siege-of-leningrad/6750021556289536
Can anyone help?
CSS is not working in this program: https://www.khanacademy.org/computer-programming/team-history-the-siege-of-leningrad/6750021556289536
Can anyone help?
Hi Karthikeya,
cdn.jsdelivr.net is blocked by the editor's content security policy, so it's not loading the stylesheets that you're trying to import.
If you replace your link tag with this, then it should work:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" integrity="sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
If you have any issues with programs in the future, I encourage you to post a Help Request on the project. You can do this in the discussions area under your project. This is the best way to surface your request to those with the relevant knowledge and experience to assist you.
Log ind for at efterlade en kommentar.