我使用bootstrap,我必须<pre>在我的代码中使用标签,但Bootstrap造型,我不喜欢它.我知道我必须覆盖它,但我不知道我必须改变的确切属性,<pre>看起来就像在没有Bootstrap样式的html中.
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<style type="text/css">
pre{
}
</style>
Run Code Online (Sandbox Code Playgroud)
那么我在<pre>标签中添加了哪些代码?