下列关于transform-origin属性说法错误的有:
A: 值为top left | left top 时,等价于 0 0
B: 值为left | left center | center left时, 等价于50% 0
C: 值为right | right center | center right 时,等价于 100% 50%
D: 值为bottom | bottom center | center bottom 时,等价于100% 50%
A: 值为top left | left top 时,等价于 0 0
B: 值为left | left center | center left时, 等价于50% 0
C: 值为right | right center | center right 时,等价于 100% 50%
D: 值为bottom | bottom center | center bottom 时,等价于100% 50%
举一反三
- transform-origin 属性可以设置()个位置的值,水平方向有left | center | right 三个值,垂直方向有top | center |bottom三个值。 A: 6 B: 8 C: 9 D: 12
- 标记中align的属性值有以下哪几个? A: left B: right C: center D: top E: middle F: bottom
- text-align的属性值可以是() A: top B: bottom C: center D: left
- 背景图定位之后,可以设置的方向词有left、right、center、bottom、top
- float的属性值可以是() A: center B: top C: left D: right