我创建了一个按钮:class =“btn btn-primary”.
我希望它背景为黑色,文字颜色为白色.我该怎么做?
.black-background {background-color:#000000;} .white {color:#ffffff;}
然后,给你的按钮这些类
<input type="submit" class="btn btn-primary black-background white" value="Text" />