Twitter bootstrap

17
{ Twitter Bootstrap http://getbootstrap.com/

description

簡單介紹 twitter bootstrap 3.0.0 A simple introduction to twitter bootstrap 3.0.0.

Transcript of Twitter bootstrap

Page 1: Twitter bootstrap

{

Twitter Bootstrap

http://getbootstrap.com/

Page 2: Twitter bootstrap

由 twitter 開發的 UI Framework

簡單說來就是網頁前端設計的樣板庫

讓你可以輕鬆套用,快速輕鬆製作有質感的網頁

What’s

Page 3: Twitter bootstrap

Get from http://getbootstrap.com

Page 4: Twitter bootstrap

bootstrap.css

bootstrap.js

( 另外的 bootstrap.min.* 只是壓縮板的檔案 )

Main files

Page 5: Twitter bootstrap

Grid System (<div>)

Page 6: Twitter bootstrap

<h1>Heading</h1>

Page 7: Twitter bootstrap

<code>inline</code> 、 <p>block</p>

Page 8: Twitter bootstrap

<table> Tables </table>

Page 9: Twitter bootstrap

<button> Buttons </buttons>

Page 10: Twitter bootstrap

<form> Forms </form>

Page 11: Twitter bootstrap

Look up on official website:

https://getbootstrap.com/css

More templates …

Page 12: Twitter bootstrap

How to use?

Page 13: Twitter bootstrap

From download package

From CDN

1. Load source

Page 14: Twitter bootstrap

<!-- Latest compiled and minified CSS --><link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">

<!-- Latest compiled and minified JavaScript --><script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>

Load from CDN

Page 15: Twitter bootstrap

2. Check for template code

Bootstrap 專屬的 class 屬性

Page 16: Twitter bootstrap

Demo

3. Insert in your code

Page 17: Twitter bootstrap

Bootstrap: http://getbootstrap.com

Built With Bootstrap: http://builtwithbootstrap.com

Bootswatch: http://bootswatch.com

Reference