forked from ParryQiu/css-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (16 loc) · 1.34 KB
/
Copy pathindex.html
File metadata and controls
25 lines (16 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: single
property_name: flex-flow
---
<section id="flex-flow" class="property property--shorthand">
<header class="property-header">
<nav class="property-links"><a class="property-collection" href="{{site.url}}/flexbox/">章节: <strong>flexbox</strong> </a><a class="property-links-direct" href="{{site.url}}/property/flex-flow/" data-property-name="flex-flow" data-tooltip="查看该页面的固定链接">固定链接</a> <a class="property-share" data-tooltip="分享给其他好友" data-property-name="flex-flow">分享</a> <a target="_blank" href="http://caniuse.com/#feat=flexbox" data-tooltip="使用 Can I Use 检查特性支持情况" rel="external">检查特性支持情况</a> <a
target="_blank" href="https://developer.mozilla.org/en/docs/Web/CSS/flex-flow" data-tooltip="Mozilla Developer Network" rel="external">MDN</a></nav>
<h2 class="property-name">
<a href="#flex-flow"><span>#</span>flex-flow</a>
</h2>
<div class="property-description">
<p>是 <code class="shorthand"><a class="hash" href="{{site.url}}/property/flex-direction" data-property-name="flex-direction">flex-direction</a></code> 和 <code class="shorthand"><a class="hash" href="{{site.url}}/property/flex-wrap" data-property-name="flex-wrap">flex-wrap</a></code> 的缩写形式。</p>
</div>
</header>
</section>