0
0

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.

プログラミング学習記録 Day6

Posted at

今日の学習時間

1.25h (トータル 9.25h)

今日の学習内容

デイトラ初級編 DAY10 Bootstrapの基本を学ぼう①

bootstrapでできること
*文字色、背景色
*文字の大きさ
*文字の太さ
*文字の位置

html
<h1 class="text-white bg-primary text-center font-weight-bold display-1">Hello, world!</h1>

スクリーンショット 2020-08-23 21.16.44.png

DAY11 Bootstrapの基本を学ぼう②

width heightは25%区切り
margin paddingは0-5の六段階

gridレイアウト
必ず<div class="container"></div>の中にいれる
<div class="row"></div>が1行
<div class="col"></div>が一つのブロック
1行12分割した幅で操作できる

gridレイアウトはよく使われるそうなのできちんとマスターしたい!

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?