简单教程
提交运行
代码编辑器:
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/lib/bootstrap/4.0.0/css/bootstrap.min.css"> <div class="container"> <h2>在链接中使用不同状态的颜色</h2> <a href="#" class="text-muted">柔和的链接</a> <a href="#" class="text-primary">主要链接</a> <a href="#" class="text-success">成功链接</a> <a href="#" class="text-info">信息文本链接</a> <a href="#" class="text-warning">警告链接</a> <a href="#" class="text-danger">危险链接</a> <a href="#" class="text-secondary">副标题链接</a> <a href="#" class="text-dark">深灰色链接</a> <a href="#" class="text-light">浅灰色链接</a> </div>
运行结果: