반응형
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 | 31 |
Tags
- jest
- build
- 개발
- vsCode
- PYTHON
- Android
- 네트워크
- linux
- MAC
- Chrome
- webpack
- 리눅스
- centos
- VirtualBox
- 맥
- 티스토리챌린지
- xcode
- react
- node
- ReactNative
- 센토스
- localserver
- qunit
- 오블완
- IOS
- TensorFlow
- unittest
- MachineLearning
- 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