<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>

</html>

bootstrap之文字排版

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2021-10-29
  • 2022-12-23
  • 2022-01-10
  • 2021-08-16
猜你喜欢
  • 2021-11-01
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-09-30
  • 2022-02-22
相关资源
相似解决方案