css three dots button menu 삼점 버튼 메뉴 만들기 > 개발

본문 바로가기
사이트 내 전체검색

개발

css three dots button menu 삼점 버튼 메뉴 만들기

페이지 정보

profile_image
작성자 관리자 (112.♡.173.204)
댓글 0건 조회 1,580회 작성일 22-01-31 13:09

본문

## using an unicode char
```
.test:after {
  content: '\2807';
  font-size: 100px;
}
```
```
<div class="test"></div>
```


## 참고
https://stackoverflow.com/questions/30260195/how-to-make-3-vertical-dots-using-css/30266001

추천0

댓글목록

등록된 댓글이 없습니다.

Total 386건 1 페이지
  • RSS

검색


사이트 정보

Copyright © Baragi.Net. All rights reserved.