Can I change Bootstrap button color?

2020-02-28 10:08发布

I use Bootstrap CSS Buttons Reference.

I create a button: class="btn btn-primary".

I want that it background will be black, and the text color will be white. How can I do it?

7条回答
时光不老,我们不散
2楼-- · 2020-02-28 11:04

This question has already been answered here: Styling twitter bootstrap buttons

I'd recommend following the advice above; common practice is to override the default/boostrap stylesheet with your own styles rather than edit default/bootstrap directly or adding new style classes. Foundation works the same way.

查看更多
登录 后发表回答