我刚开始为我的网站使用引导程序。我喜欢它的外观,我想对大量不同的博客文章进行一些更改,以包括引导样式。我不想通过数百篇文章来更改 div 的类元素。我可以做这样的事情:
<div class="important_note">
this is a old note that I want to use bootstrap styling on.
</div>
CSS:
<style>
.important_note{
mimick(.alert)
}
</style>
alert 是一种引导样式。
如果这是一个简单的问题,我深表歉意,但网络开发并不是我的事。我也找不到任何类似的问题。谢谢你的帮助!