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

来源:4-1 理解CSS中的margin auto

alenjun

2019-01-13 23:10

.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


写回答 关注

1回答

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

    是 bottom   单词拼错了

CSS深入理解之margin

本CSS教程带你深入讲解CSS的margin属性,解决你多年困惑

55943 学习 · 66 问题

查看课程

相似问题