.background { background: teal; display: inline-block; } .content { color: white; background: grey; } .inline-block { display: inline-block; }