Shortcut LOL
HTML
<div class="xtop">
<img src="https://image.ibb.co/fvKQFw/shortcut_02_01.png" alt="" class="imgx">
<div class="xitms">
<button>UPLOAD</button>
<button>UPLOAD</button>
<button>UPLOAD</button>
</div>
</div>
CSS
body {
margin: 0em;
}
.imgx {
width: 9em;
margin-left: 1em;
}
.xtop {
height: 3em;
background: white;
border-bottom: .05em solid #e0e1e2;
display: flex;
align-items: center;
}
.xitms{
margin-left: 1em;
}