问答详情
源自:4-1 理解CSS中的margin auto

为啥我的不居中?哪里错了

.father  
    position: relative
    background: gray  
    height: 100px  
    .son    
        position: absolute    
        background: yellow    
        height: 50px    
        width: 500px    
        top: 0    
        right: 0    
        botton: 0    
        left: 0    
        margin: auto


提问者:alenjun 2019-01-13 23:10

个回答

  • 慕盖茨5006035
    2019-01-14 14:58:32

    是 bottom   单词拼错了