Head

by redky

HTML

<div class="hd">
    <h1>iPhone</h1>
    <div class="more">plus</div>
</div>

CSS

.hd {
    background: #ffa;
    display: -webkit-box;
    -webkit-box-align: center;
    display: flex;
    align-items: center;
}

h1 {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
}