4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

初めてのBootstrap

Posted at

#初めてBootstrapを使う際に確認するサイト
ブログやECサイトなどを作るときに、
cssが設定された状態であるBootstrapは大変便利です。
classを任意のものにすれば、デザインも幅も自由自在なので
手っ取り早くサイトを作りたい、
フロントデザインよりバックエンドやフロントエンドの開発を
作り込みたい人にはオススメでしょう。

今回はそんなBootstrap使い始めの人に対してBootstrapのサイトの見方を紹介します。

##Bootstrapのホーム
https://getbootstrap.com/
スクリーンショット 2019-12-02 23.05.08.png
getstartedでhtmlコードをコピペするだけでBootstrapが導入可能なページへ、
downloadでbootstrapを構成しているファイルをDLすることができ、自分で好きなように変えられます。
初心者はgetstartに乗っているcssやjsを当てられるurlを使用する事をオススメします。

##Bootstrapのパーツ
https://hackerthemes.com/bootstrap-cheatsheet/#text-info
このチートシートを見る事で、
navvarやcontainerやbadgesなどclassが当たったパーツが一まとまりになっています。
極論これらを組み合わせる事で好きにサイトを作ることが出来るのでコピペしながら遊んで覚えましょう。

##Bootstrapで出来るサイトの例
https://getbootstrap.com/docs/4.4/examples/
blogやshoppingなど目的に合わせたサイトがまとまっています。
自分の目的に合わせたサイトのhtmlをみながら学ぶと効率が良さそうです。

##Bootstrapで使えるicon
https://icons.getbootstrap.com/
iconもBootstrapにはあります。
好きなアイコンを使ってみやすいサイトを心がけましょう。

##BootstrapのGrid
https://getbootstrap.com/docs/4.4/layout/grid/
Bootstrapでは有名なGridシステムがまとめられています。
簡単に言うと、横幅を12分割で考えるのがBootstrapです。
それらのうち幾つをcontainerに割り当てるかなどで占有面積を導き出すことができます。

#Bootstrapはまず使ってみるべし
htmlやcssの知識がつきづらいBootstrapですが、
目的に合わせるのであればサクサク作れて良いと思います。
初心者ほどまずは触って抵抗をなくすことも大事かと思います。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?