问答详情
源自:7-5 飘花效果的实现

怎样让小男孩贯穿3个页面,是a { position: absolute; top: 50%; left: 40%; }的作用吗?

a {       position: absolute;       top: 50%;       left: 40%;   } 这里的a是什么意思?起到什么作用?怎样工作的?

提问者:Liar11 2016-12-26 20:28

个回答

  • qq_兀耒_0
    2017-01-12 08:40:33

    应该是margin: 0(上下) auto(左右自适应);
    position: absolute;这是定位
    top: 0; left: 0; right: 0;
    上右左为0,
    width: 50%
    宽度为屏幕的一半