Aligning css arrow boxes

前端 未结 6 1916
深忆病人
深忆病人 2021-01-29 02:08

My question is similar to this question: Arrow Box with CSS But instead of only 1 box I need to align several boxes. And still be able to see the arrow on all boxes.

In

6条回答
  •  北海茫月
    2021-01-29 02:57

    Just adding a margin to the arrow resolves the problem.

    See this JSFiddle : http://jsfiddle.net/LHHzt/9/

    I just added a

    margin-right: 15px;
    

提交回复
热议问题