Bootstrap

関連サイトとフォント指定

http://cssminifier.com/ cssをminiにしてくれるサイトhttp://www.lavishbootstrap.com/ bootstrapのcssを変更するサイトbootstrap.cssの 206行目あたりの body を以下のようにフォント指定。body { margin: 0; font-family:"ヒラギノ角ゴ Pro W3", "Hiragin…

youtubeの動画をレスポンシブにする

Bootstrapで動画をレスポンシブにする方法CSS .video-wrap { position: relative; margin-top: 1.2em; margin-bottom: 1.2em; padding-top: 69px; padding-bottom: 50%; overflow: hidden; } .video-wrap iframe { position: absolute; top: 0; left: 0; hei…

youtubeの動画をmp4に変換できるサイト,Bootstrapテンプレートページ

youtubeの動画をmp4に変換できるサイト http://www.clipconverter.cc/jp/ Bootstrapテンプレートページ http://bootswatch.com/ http://startbootstrap.com/ http://www.flatstrap.org/

panel

panel <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap panel</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>

tab

tab-pane <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>

パンくずリスト

パンくずリスト <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap パンくずリスト</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>

progress-bar

progress-bar <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap progress-bar</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>

modal

modal <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>

table

table <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap table</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>

form

form <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap 101 Template</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>

Bootstrapテンプレート

Bootstrapテンプレート <html lang="ja"> <head> <meta charset="utf-8"> <title>Bootstrap</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> </link></meta></meta></head></html>