box

英[bɒks] 美[bɑ:ks]

n.Box; box-like object; box; sentry room

vt. Put... into a box [box, box]

vt.& vi.Boxing

Third person singular: boxes Plural: boxes Present participle: boxing Past tense: boxed Past participle: boxed

direction

UK[dəˈrekʃn] US[dɪˈrɛkʃən, daɪ-]

n. Direction; trend; aspect; usage instructions

Plural: directions

css box-direction property syntax

Function:The direction in which the child elements of the frame element are arranged.

Syntax:box-direction: normal|reverse|inherit;

Description:normal displays child elements in the default direction. reverse displays child elements in the reverse direction. inherit should inherit the value of the box-direction attribute from child elements

Note:No browser currently supports the box-direction attribute. Firefox supports an alternative -moz-box-direction property. Safari, Opera, and Chrome support the alternative -webkit-box-direction attribute.

css box-direction property example

    

段落 1。

段落 2。

段落 3。

注释:IE 不支持 box-direction 属性。


Run instance »

Click the "Run instance" button to view the online instance