반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 센토스
- MachineLearning
- 오블완
- PYTHON
- Android
- 티스토리챌린지
- build
- node
- ReactNative
- VirtualBox
- 리눅스
- unittest
- react
- IOS
- webpack
- vsCode
- xcode
- linux
- 개발
- 맥
- TensorFlow
- localserver
- jest
- centos
- Chrome
- MAC
- qunit
- 네트워크
- androidstudio
Archives
- Today
- Total
로메오의 블로그
CSS 가상요소(before)에 svg로 만든 font넣기 본문
반응형
위 포스트에서 만든 폰트 아이콘을 before content엔 넣는 방법입니다.
.bubble {border-radius: 10px; background: #fff; padding: 10px}
.bubble::before {content: '\e909'; font-family: "icomoon"; color: #fff}
반응형
'Design > Markup' 카테고리의 다른 글
checkbox 이미지 처리 (0) | 2022.04.14 |
---|---|
CSS flex (0) | 2022.03.30 |
css 가상요소[Pseudo Element] before, after (0) | 2022.03.30 |
css 텍스트 말줄임 - text ellipsis (0) | 2022.03.29 |
customer scrollbar - webkit-scrollbar (0) | 2022.03.29 |
Comments