.container{ background-color: #f8f8f8; width: 100%; } .avatar{ width: 100%; height: 200px; background-color: #0767c8; } .flex{ display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; } .avatar image{ width: 80px; height: 80px; border-radius: 50%; margin-bottom: 10px; } .login{ font-size: 18px; color: #fff; border: 1px solid #fff; padding: 6px 18px; border-radius: 3px; } .cells{ width: 100%; margin-top: 16px; background-color: #fff; font-size: 16px; border-bottom: 1px solid #dadada; } .cell{ display: -webkit-flex; display: -ms-flex; display: flex; padding: 10px 10px; border-top: 1px solid #dadada; box-sizing: border-box; } .cell .cell-bd{ flex: 1; } .cell-ft:after{ content: ''; display: inline-block; width: 6px; height: 6px; border-width: 2px 2px 0 0; border-color: #c8c8cd; border-style: solid; transform: rotate(45deg); }