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