我在我的html代码中使用bootstrap徽章,我使用此代码:
<label for="collaborativa_utenti_pollo"><span class="badge badge-warning">pollo</span><br></label>
Run Code Online (Sandbox Code Playgroud)
徽章必须以红色显示,但它显示为默认颜色.有人可以帮帮我吗?
当我做 :
sudo docker version
Run Code Online (Sandbox Code Playgroud)
我得到了这个错误:
Error response from daemon:client is newer than server (client API version: 1.24, server API version: 1.21)
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮我理解我必须做的事情?
假设有一个fa图标:
//这段代码不正确
<i class="fa fa-trophy fa-3x" aria-hidden="true" style="background-color:#FFFF00;"></i>
Run Code Online (Sandbox Code Playgroud)
我的目的是给奖杯本身上色,而不是奖杯外的背景.现在奖杯看起来像黑色我怎么能改变黄色的奖杯颜色?