1 1、使用link标签引入bootstrap框架的css文件bootstrap.min.css。 2、创建一个class属性为row的div,即创建一行。 3、在div内,再创建两个div,并设置它们class属性为col-sm-6,实现两列内容。 4、再给其中一个div的class属性添加text-center,实现它的内容居中显示。 5、在浏览器打开test.html文件,...
<p class="text-left">向左对齐文本</p> <p class="text-center">居中对齐文本</p> <p class="text-right">向右对齐文本</p> <p class="text-muted">本行内容是减弱的</p> <p class="text-primary">本行内容带有一个 warning class</p> <p class="text-success">本行内容带有一个 success...
<pclass="text-left">向左对齐文本</p> <pclass="text-center">居中对齐文本</p> <pclass="text-right">向右对齐文本</p> <pclass="text-muted">本行内容是减弱的</p> <pclass="text-primary">本行内容带有一个 primaryclass</p> <pclass="text-success">本行内容带有一个 successclass</p> ...
<p class="text-left">Left aligned text.</p> <p class="text-center">Center aligned text.</p> <p class="text-right">Right aligned text.</p> 强调类 这些用去强调的工具类通过颜色来表示强调。 Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh. Etiam porta sem malesuada magna...
></script><!-- 包括所有已编译的插件 --><script src="js/bootstrap.min.js"></script> 5 这里以三个P标签为例:<p class="text-left">居左</p><p class="text-right">居右</p><p class="text-center">居中</p> 6 下图是三个P标签所在位置:注意事项 注意代码规范。
2 HTML代码。<div class="container"><h2 class="tab-h2">「这里测试文字自适应」</h2><p class="tab-p">这里测试文字自适应,这里测试文字自适应,这里测试文字自适应!</p></div> 3 CSS代码。.tab-h2 {color:#0059b2;font-size:20px;letter-spacing: 1px;text-align:center;margin:45px 0 10px...
<pclass="text-left">Left aligned text.</p><pclass="text-center">Center aligned text.<imgsrc="../image/1.jpg"alt="图片"></p><!--居中对齐--><pclass="text-right">Right aligned text.</p><pclass="text-justify">Justified text.</p><pclass="text-nowrap">No wrap text.</p> ...
<divclass="bg-warning text-wrap"style="width: 6rem;">默认就是自动换行的,不加text-wrap也一样</div><divclass="bg-success text-nowrap"style="width: 6rem;">text-nowrap,就算超出也不换行</div> 水平对齐 <pclass="text-start">Starta.</p><pclass="text-center">Centeras.</p><pclass="...
Center aligned text. Right aligned text. Justified text. No wrap text. Copy <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-justify">Justified text.</p> <p class="text-...
class="text-right" class="text-justify" 两端对齐 class="text-nowrap" 不换行 <divclass="text-right"><p>div右对齐</p><p>DIV</p></div><pclass="text-left">框架</p><pclass="text-center">框架</p><pclass="text-right">框架</p><pclass="text-justify">框架框架hdhjhajdhjshdjahdjhg...