回答編集履歴
1
情報の追加。
answer
CHANGED
@@ -4,4 +4,19 @@
|
|
4
4
|
.right-inner-block1 {
|
5
5
|
flex-shrink: 0;
|
6
6
|
}
|
7
|
-
```
|
7
|
+
```
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
**追記:**
|
12
|
+
|
13
|
+
|
14
|
+
【これからのCSSレイアウトはFlexboxで決まり! | Webクリエイターボックス】
|
15
|
+
[http://www.webcreatorbox.com/tech/flexbox/](http://www.webcreatorbox.com/tech/flexbox/)
|
16
|
+
|
17
|
+
【CSS3 Flexbox の各プロパティの使い方をヴィジュアルで詳しく解説 | コリス】
|
18
|
+
[http://coliss.com/articles/build-websites/operation/css/css3-flexbox-properties-by-scotch.html](http://coliss.com/articles/build-websites/operation/css/css3-flexbox-properties-by-scotch.html)
|
19
|
+
|
20
|
+
【CSS3のFlexboxを基本から理解して、使い倒そう! | 株式会社LIG】
|
21
|
+
[http://liginc.co.jp/web/html-css/css/21024](http://liginc.co.jp/web/html-css/css/21024)
|
22
|
+
|