I use bootstrap and I have to use the <pre> in my code, but Bootstrap stylizes it and I don't like it. I know that I need to override it, but I donβt know which attributes I need to change, so <pre> looks simple in HTML without Bootstrap style.
<link rel="stylesheet" type="text/css" href="bootstrap.min.css"> <style type="text/css"> pre{ } </style>
So, what code did I put in the <pre> ?
source share