微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Bootstrap排版重点

<!DOCTYPE html>
<html>
<head>
   <title>Try v1.2 Bootstrap Online</title>
   <link href=/bootstrap/css/bootstrap.min.css rel=stylesheet>
   <script src=/scripts/jquery.min.js></script>
   <script src=/bootstrap/js/bootstrap.min.js></script>
</head>
<body>

<small>This content is within tag</small><br>
<strong>This content is within tag</strong><br>
<em>This content is within tag and is rendered as italics</em><br>

<p class = text-left>Left aligned text.</p>
<p class = text-center>Center aligned text.</p>
<p class = text-right>Right aligned text.</p>
<p class = text-muted>This content is muted</p>
<p class = text-primary>This content carries a primary class</p>
<p class = text-success>This content carries a success class</p>
<p class = text-info>This content carries a info class</p>
<p class = text-warning>This content carries a warning class</p>
<p class = text-danger>This content carries a danger class</p>

</body>
</html>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐