1. 程式人生 > >css實現右尖括號樣式

css實現右尖括號樣式

height light right 分享 pre pos wid orm css

.arrow{
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}

效果圖:

技術分享圖片

css實現右尖括號樣式