I'm having trouble customizing the Bootstrap 4.3 BootstrapCDN by linking an external CSS file to override it.
Even though I have placed the custom CSS file below the Bootstrap one, it doesn't seem to be taking effect. Can anyone explain why?
This is my current setup:
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
EDIT:
I am attempting to modify the
<nav class="navbar navbar-expand navbar-dark bg-dark">
class