使用bootstrapV4.0.0,项目地址:https://github.com/JinWangQ/bootstrap-practice , 演示:https://jinwangq.github.io/bootstrap-practice/
有帮助帮我点个star (=゚ω゚)ノ
有帮助帮我点个star (=゚ω゚)ノ
2018-03-15
<head>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
</head>
<body>
<h1 class="text-center">Hello World!</h1>
<buton type="button" class="btn btn-primary center-block">我是按钮,按我一下</buton>
</body>
</html>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
</head>
<body>
<h1 class="text-center">Hello World!</h1>
<buton type="button" class="btn btn-primary center-block">我是按钮,按我一下</buton>
</body>
</html>