<html>
<head>
<title>文本排版</title>
<link rel="stylesheet" type="text/css" href="./bootstrap.min.css"/>
<style type="text/css">
div{
border:1px solid red;
font-size:20px;
}
</style>
</head>
<body>
<div class="text-left">15053001</div>
<div class="text-right">15053001</div>
<div class="text-center">15053001</div>
<div class="text-danger">15053001</div>
<div class="text-warning">15053001</div>
<div class="text-info">15053001</div>
<div class="text-success">15053001</div>
<div class="text-primary">15053001</div>
<div class="text-justify">15053001</div><!--两端对齐-->
<blockquote>
<p>15053001</p>
<footer>afsdvvdvdv</footer>
</blockquote>
<blockquote class="blockquote-reverse">
<p>15053001</p>
<footer>afsdvvdvdv</footer>
</blockquote>
</body>
<head>
<title>文本排版</title>
<link rel="stylesheet" type="text/css" href="./bootstrap.min.css"/>
<style type="text/css">
div{
border:1px solid red;
font-size:20px;
}
</style>
</head>
<body>
<div class="text-left">15053001</div>
<div class="text-right">15053001</div>
<div class="text-center">15053001</div>
<div class="text-danger">15053001</div>
<div class="text-warning">15053001</div>
<div class="text-info">15053001</div>
<div class="text-success">15053001</div>
<div class="text-primary">15053001</div>
<div class="text-justify">15053001</div><!--两端对齐-->
<blockquote>
<p>15053001</p>
<footer>afsdvvdvdv</footer>
</blockquote>
<blockquote class="blockquote-reverse">
<p>15053001</p>
<footer>afsdvvdvdv</footer>
</blockquote>
</body>
</html>

本文展示了一系列文本排版样式示例,包括左对齐、右对齐、居中对齐、两端对齐等不同样式的排版效果,并使用了不同的文本颜色进行展示。此外,还展示了引用块的两种不同样式。
791

被折叠的 条评论
为什么被折叠?



