I have inserted a styling link from Bootstrap into the header section of my page, but it is applying additional styles to my cards which I don't want. Is there a way to eliminate these unwanted styles without removing the Bootstrap CSS link?
Below, you'll find a screenshot and the code I am currently using:
Desired Format
https://i.sstatic.net/H1pit.png
Resulting Look After Adding Bootstrap CSS Link
https://i.sstatic.net/Ed39Q.png
// JavaScript function to switch tabs
function switchTabs() {
// code snippet here
}
// JavaScript function to toggle the menu
function menuToggle() {
// code snippet here
}