feh1ks
5/18/2016 - 1:48 PM

Bottom arrow

Bottom arrow

.block {
  width: 200px;
  height: 60px;
  background: black;
  position: relative;
  
  &:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    width: 0; 
    height: 0;
  }
}