我是 我是强调内容.lead 我是em标签 我是i标签 我是span标签 我是strong标签 段落
提示,浅灰色:#999, .text-muted
主要,蓝色:#428bca, .text-primary
成功,浅绿色:#3c763d, .text-success
通知消息,浅蓝色:#31708f, .text-info
警告,黄色:#8a6d3b, .text-warning
危险,褐色:#a94442, .text-danger
主要,蓝色:#428bca, .bg-primary
成功,浅绿色:#3c763d, .bg-success
通知消息,浅蓝色:#31708f, .bg-info
警告,黄色:#8a6d3b, .bg-warning
危险,褐色:#a94442, .bg-danger
左对齐,.text-left
居中对齐,.text-center
右对齐,.text-right
两端对齐,.text-justifyThere is clearly a need for CSS to be taken seriously by graphic artists. The Zen Garden aims to excite, inspire, and encourage participation. To begin, view some of the existing designs in the list. Clicking on any one will load the style sheet into this very page. The code remains the same, the only thing that has changed is the external .css file.
<div class="checkbox"> <div class="radio"> <label><input type="checkbox">记住我</label> </div> <div class="radio"> <label><input name="xCheckbox" checked type="radio">男</label> </div> <div class="radio"> <label><input name="xCheckbox" type="radio">女</label> </div> </div>水平排列写法
<div class="checkbox"> <div class="radio"> <label><input type="checkbox">记住我</label> <label><input name="xCheckbox" checked type="radio">男</label> <label><input name="xCheckbox" type="radio">女</label> </div> </div>