<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8"> 
        <title>菜鸟教程(runoob.com)</title> 
        <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">  
        <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
        <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
    </head>
    <body>

        <div class="container">
            <h2>实例</h2>
            <div class="pull-left">元素浮动到左侧</div>
            <div class="pull-right">元素浮动到右侧</div>
        </div>

    </body>
</html>

吴裕雄 Bootstrap 前端框架开发——Bootstrap 辅助类:元素浮动到右边

 

相关文章:

  • 2021-12-31
  • 2021-12-05
  • 2022-02-12
  • 2021-12-29
  • 2022-02-25
  • 2021-08-25
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案