.s-b{ position: relative; background-color: #292929; width: 200px; height:150px; line-height: 150px; color: white; text-align: center; border-radius:10px; font-family: sans-serif; } .s-b:after { content: ''; position: absolute; width: 0; height: 0; border: 15px solid transparent; border-bottom-color: #292929; /* border-top-color: transparent; border-left-color: transparent; border-right-color: transparent;*/ left: 50%; bottom: 100%; margin-left: -15px; }
<div class="s-b"> Here! </div>