• 2022-06-03
    In css, to center the box vertically with the center of the page, fill in the blank space (). .box{ position: ; top:0; bottom:0; left:0; right:0; margin: ; width: 300px; height: 200px; border:2px solid #ccc; }
    A: absolute 50%
    B: absolute auto
    C: relative
    50%
    D: relative auto
  • B

    举一反三

    内容

    • 0

      下列关于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%

    • 1

      第一个DIV的样式style为width:150px;height:50px;margin:5px 7px 2px 3px;padding:5px;border:1px solid #000;第二个DIV的样式style为width:150px;height:50px;margin:0;padding:0;border:1px solid #000;请问第一个DIV的实际宽度为________px,原点坐标为x=_____px,y=______px;第二个DIV的原点坐标为x=_____px,y=______px原点为盒子模型可见区域的左上角定点

    • 2

      在以下代码片段中,属于绝对定位的是() A: #box {width:100px;height:50px;position:absolute;} B: #box (width:100px;height:50px;position:relative;} C: #box {width:100px;height:50px;position:static;} D: #box {width:100px;height:50px;}

    • 3

      ​在以下代码片段中,属于绝对定位的是()。‏ A: box {width:100px;height:50px;} B: box {width:100px;height:50px;position:absolute;} C: box {width:100px;height:50px;position:static;} D: box (width:100px;height:50px;position:relative;}

    • 4

      ​在以下代码片段中,属于绝对定位的是()。‏ A: box {width:100px;height:50px;} B: box {width:100px;height:50px;position:absolute;} C: box {width:100px;height:50px;position:static;} D: box (width:100px;height:50px;position:relative;}