<!doctype html>
<html >
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
</head>
<body>
<div class="container">
<!--h1设置字体大小 -->
<div class="h1">hello-botootstap</div>
<!--在底部加了一条下化纤 -->
<div class="h1 page-header">hello-demo1</div>
<!--文本举重 -->
<div class="h1 page-header text-center">hello-demo1</div>
</div>
</body>

</html>

效果图:

 

day01-h1字体大小和文本居中

相关文章:

  • 2022-02-26
  • 2022-12-23
  • 2021-12-05
  • 2021-12-27
  • 2021-12-03
  • 2021-12-10
猜你喜欢
  • 2021-11-29
  • 2021-07-21
  • 2021-12-16
  • 2021-10-31
  • 2022-12-23
相关资源
相似解决方案